Skip to content

Commit 7f73f1d

Browse files
committed
add python 3.8 workaround
1 parent ac15471 commit 7f73f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/scripts/binary_linux_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ if [[ "$PACKAGE_TYPE" == conda ]]; then
1111
source activate testenv >/dev/null
1212
elif [[ "$DESIRED_PYTHON" == 2.7mu ]]; then
1313
export PATH="/opt/python/cp27-cp27mu/bin:\$PATH"
14+
elif [[ "$DESIRED_PYTHON" == 3.8m ]]; then
15+
export PATH="/opt/python/cp38-cp38/bin:\$PATH"
1416
elif [[ "$PACKAGE_TYPE" != libtorch ]]; then
1517
python_nodot="\$(echo $DESIRED_PYTHON | tr -d m.u)"
1618
export PATH="/opt/python/cp\$python_nodot-cp\${python_nodot}m/bin:\$PATH"

0 commit comments

Comments
 (0)