Skip to content

Commit

Permalink
Remove base setup (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Nov 21, 2024
1 parent 8c4901d commit 188f39c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install hatch
run: |
python --version
python -m pip install hatch
- name: Run the tests
timeout-minutes: 15
Expand Down

0 comments on commit 188f39c

Please sign in to comment.