Skip to content

Commit 525f192

Browse files
committed
CI: avoid virtualenv v21, hatch doesn't like it.
1 parent 23120ee commit 525f192

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ci/build_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export PATH=/opt/python/cp39-cp39/bin/:$PATH
33

44
cd dss_python
55
python3 -m pip install --upgrade pip wheel hatch
6+
python3 -m pip install 'virtualenv<21'
67
python3 -m hatch build "../artifacts"
78
cd ..

ci/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdir -p artifacts
22
cd dss_python
33
$PYTHON -m pip install --upgrade pip wheel hatch
4-
$PYTHON -m pip install cffi numpy pytest
4+
$PYTHON -m pip install cffi numpy pytest 'virtualenv<21'
55
$PYTHON -m hatch build "$ARTIFACTS_FOLDER"

0 commit comments

Comments
 (0)