Skip to content

Commit

Permalink
Removed hatch matrices from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjdjong committed Mar 4, 2024
1 parent b2da1de commit a5ffd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: hatch run style:check

- name: Check types
run: hatch run types:check
run: hatch run types.py{{ matrix.python-version }}:check

- name: Run static analysis
run: hatch fmt --check

- name: Run tests
run: hatch run test:cov
run: hatch run test.py{{ matrix.python-version }}:cov

0 comments on commit a5ffd32

Please sign in to comment.