Skip to content

Commit 188f39c

Browse files
Remove base setup (#1299)
1 parent 8c4901d commit 188f39c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838

39-
- name: Base Setup
40-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
39+
- uses: actions/setup-python@v5
40+
with:
41+
python-version: ${{ matrix.python-version }}
42+
43+
- name: Install hatch
44+
run: |
45+
python --version
46+
python -m pip install hatch
4147
4248
- name: Run the tests
4349
timeout-minutes: 15

0 commit comments

Comments
 (0)