We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23120ee commit 525f192Copy full SHA for 525f192
2 files changed
ci/build_linux.sh
@@ -3,5 +3,6 @@ export PATH=/opt/python/cp39-cp39/bin/:$PATH
3
4
cd dss_python
5
python3 -m pip install --upgrade pip wheel hatch
6
+python3 -m pip install 'virtualenv<21'
7
python3 -m hatch build "../artifacts"
8
cd ..
ci/build_wheel.sh
@@ -1,5 +1,5 @@
1
mkdir -p artifacts
2
$PYTHON -m pip install --upgrade pip wheel hatch
-$PYTHON -m pip install cffi numpy pytest
+$PYTHON -m pip install cffi numpy pytest 'virtualenv<21'
$PYTHON -m hatch build "$ARTIFACTS_FOLDER"
0 commit comments