Skip to content

Commit d37f341

Browse files
committed
Pin virtualenv<21 in tests because of breaking change incompatible with hatch
1 parent 7cac5b9 commit d37f341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
41+
- name: Pin virtualenv to pre-breaking major version
42+
run: pipx inject hatch "virtualenv<21"
4143
- name: Run Tests
4244
run: hatch run cov:test
4345
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1

0 commit comments

Comments
 (0)