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 f11314c commit a150e3bCopy full SHA for a150e3b
scripts/release_test.sh
@@ -12,7 +12,7 @@ OUTPUT_DIR=$(pwd)/build/${GROUP}_output
12
JLAB_TEST_ENV="${CONDA_DEFAULT_ENV}_test"
13
TEST_DIR=$(mktemp -d -t ${JLAB_TEST_ENV}XXXXX)
14
15
-conda create --override-channels --strict-channel-priority -c conda-forge -c nodefaults -y -n "$JLAB_TEST_ENV" 'nodejs>=10,!=13.*,!=15.*,!=17.*' pip wheel setuptools
+conda create --override-channels --strict-channel-priority -c conda-forge -c nodefaults -y -n "$JLAB_TEST_ENV" 'nodejs>=10,!=13.*,!=15.*,!=17.*' 'python!=3.10.0' pip wheel setuptools
16
conda activate "$JLAB_TEST_ENV"
17
18
python -m pip install $(ls dist/*.whl)
0 commit comments