Skip to content

Commit 6bcb100

Browse files
committed
Pin CI tests to virtualenv version 20
An issue with newer versions of `virtualenv` breaks `hatch` runs in Python 3.8 and 3.9. See: pypa/hatch#2193
1 parent 904153d commit 6bcb100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: "Install hatch"
28-
run: "pip install hatch"
28+
run: "pip install hatch \"virtualenv<21.0.0\""
2929
- name: "Run tests"
3030
run: "hatch -v run test.py$(echo ${{ matrix.python-version }} | tr -d '.'):pytest"
3131

0 commit comments

Comments
 (0)