Skip to content

Commit 6c847bb

Browse files
committed
smoke test poetry
Add a little more tests test Test poetry test Test poetry on python 3.10 Add more poetry tests Test en us test test Try verboose testing testing try quiet install Code refactooring test move linux pipy validation to workflow test test Fix path try test pipy More torch installations test testing test test test new fix install 2 try poetry nightly test nightly test test Test poetry validation test test_new test Put back executing this on pull Print matrix variable test Fix conditional for pypi poetry tests
1 parent 5b310b4 commit 6c847bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
5959
# Special case PyPi installation package. And Install of PyPi package via poetry
6060
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \
61-
{[${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release"] || \
62-
[${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release"]}; then
61+
([[ ${MATRIX_GPU_ARCH_VERSION} == 12.1 && ${MATRIX_CHANNEL} != "release" ]] || \
62+
[[ ${MATRIX_GPU_ARCH_VERSION} == 11.7 && ${MATRIX_CHANNEL} == "release" ]]); then
6363
source ./.github/scripts/validate_pipy.sh
6464
source ./.github/scripts/validate_poetry.sh
6565
fi

0 commit comments

Comments
 (0)