Skip to content

Commit 9414ebd

Browse files
committed
Preinstall on other CI workflows
1 parent 4a195e4 commit 9414ebd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- 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+
107113
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
108114
- name: Run Linters
109115
run: |

0 commit comments

Comments
 (0)