|
@@ -10,7 +10,7 @@ set -ex
|
|
|
JLAB_TEST_ENV="${CONDA_DEFAULT_ENV}_test"
|
|
|
TEST_DIR=$(mktemp -d -t ${JLAB_TEST_ENV}XXXXX)
|
|
|
|
|
|
-conda create --override-channels --strict-channel-priority -c conda-forge -c nodefaults -y -n "$JLAB_TEST_ENV" 'nodejs>=10,!=13,<15' 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.*' pip wheel setuptools
|
|
|
conda activate "$JLAB_TEST_ENV"
|
|
|
|
|
|
python -m pip install $(ls dist/*.whl)
|