Skip to content

Commit

Permalink
Use Python 3.9 for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 13, 2024
1 parent 5a5c105 commit bd60fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python-version: '3.9'
- name: Run Linters
run: |
hatch run typing:test
Expand Down

0 comments on commit bd60fd6

Please sign in to comment.