We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac15471 commit 7f73f1dCopy full SHA for 7f73f1d
.circleci/scripts/binary_linux_test.sh
@@ -11,6 +11,8 @@ if [[ "$PACKAGE_TYPE" == conda ]]; then
11
source activate testenv >/dev/null
12
elif [[ "$DESIRED_PYTHON" == 2.7mu ]]; then
13
export PATH="/opt/python/cp27-cp27mu/bin:\$PATH"
14
+elif [[ "$DESIRED_PYTHON" == 3.8m ]]; then
15
+ export PATH="/opt/python/cp38-cp38/bin:\$PATH"
16
elif [[ "$PACKAGE_TYPE" != libtorch ]]; then
17
python_nodot="\$(echo $DESIRED_PYTHON | tr -d m.u)"
18
export PATH="/opt/python/cp\$python_nodot-cp\${python_nodot}m/bin:\$PATH"
0 commit comments