6161 - name : Install hatch
6262 run : |
6363 python --version
64- python -m pip install hatch "virtualenv<21"
64+ python -m pip install hatch
6565
6666 - name : Run the tests
6767 timeout-minutes : 15
@@ -105,11 +105,6 @@ jobs:
105105 steps :
106106 - uses : actions/checkout@v6
107107
108- - name : Preinstall hatch and virtualenv
109- run : |
110- python --version
111- python -m pip install hatch "virtualenv<21"
112-
113108 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
114109 - name : Run Linters
115110 run : |
@@ -123,11 +118,6 @@ jobs:
123118 steps :
124119 - uses : actions/checkout@v6
125120
126- - name : Preinstall hatch and virtualenv
127- run : |
128- python --version
129- python -m pip install hatch "virtualenv<21"
130-
131121 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
132122
133123 - uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v2
@@ -139,11 +129,6 @@ jobs:
139129 steps :
140130 - uses : actions/checkout@v6
141131
142- - name : Preinstall hatch and virtualenv
143- run : |
144- python --version
145- python -m pip install hatch "virtualenv<21"
146-
147132 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
148133
149134 - name : Build API docs
@@ -168,11 +153,6 @@ jobs:
168153 - name : Checkout
169154 uses : actions/checkout@v6
170155
171- - name : Preinstall hatch and virtualenv
172- run : |
173- python --version
174- python -m pip install hatch "virtualenv<21"
175-
176156 - name : Base Setup
177157 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
178158
@@ -200,11 +180,6 @@ jobs:
200180 with :
201181 python-version : " 3.10"
202182
203- - name : Preinstall hatch and virtualenv
204- run : |
205- python --version
206- python -m pip install hatch "virtualenv<21"
207-
208183 - name : Base Setup
209184 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
210185 with :
@@ -227,11 +202,6 @@ jobs:
227202 - name : Checkout
228203 uses : actions/checkout@v6
229204
230- - name : Preinstall hatch and virtualenv
231- run : |
232- python --version
233- python -m pip install hatch "virtualenv<21"
234-
235205 - name : Base Setup
236206 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
237207 with :
0 commit comments