We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cac5b9 commit d37f341Copy full SHA for d37f341
.github/workflows/tests.yml
@@ -38,6 +38,8 @@ jobs:
38
steps:
39
- uses: actions/checkout@v4
40
- 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"
43
- name: Run Tests
44
run: hatch run cov:test
45
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
0 commit comments