Skip to content

Commit

Permalink
build(test): fix test call, update Python version
Browse files Browse the repository at this point in the history
Update Python version to 3.11 and add style and
type-checking steps.
  • Loading branch information
Olaf Haag committed Nov 7, 2023
1 parent 3714d4a commit d780631
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
python-version: ['3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -40,4 +40,7 @@ jobs:
run: hatch run cov

- name: Run linting
run: hatch run lint:all
run: hatch run style

- name: Run type-checking
run: hatch run typing

0 comments on commit d780631

Please sign in to comment.