Skip to content

Commit a150e3b

Browse files
Backport PR jupyterlab#11390: Fix release_test (jupyterlab#11395)
Co-authored-by: Jason Grout <[email protected]>
1 parent f11314c commit a150e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OUTPUT_DIR=$(pwd)/build/${GROUP}_output
1212
JLAB_TEST_ENV="${CONDA_DEFAULT_ENV}_test"
1313
TEST_DIR=$(mktemp -d -t ${JLAB_TEST_ENV}XXXXX)
1414

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
15+
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
1616
conda activate "$JLAB_TEST_ENV"
1717

1818
python -m pip install $(ls dist/*.whl)

0 commit comments

Comments
 (0)