Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Feb 7, 2024
1 parent 4765406 commit 0170029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
architecture: x64
- run: pip install hatch
- run: pip install poetry nox-poetry
- run: hatch +python=${{matrix.python-version}} test-cov
- run: hatch run +python=${{matrix.python-version}} test-cov

- name: Combine data
env:
Expand Down

0 comments on commit 0170029

Please sign in to comment.