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 4a195e4 commit 9414ebdCopy full SHA for 9414ebd
.github/workflows/ci.yml
@@ -104,6 +104,12 @@ jobs:
104
runs-on: ubuntu-latest
105
steps:
106
- uses: actions/checkout@v6
107
+
108
+ - name: Preinstall hatch and virtualenv
109
+ run: |
110
+ python --version
111
+ python -m pip install hatch "virtualenv<21"
112
113
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
114
- name: Run Linters
115
run: |
0 commit comments