Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 9, 2024
1 parent accf8c7 commit a1687f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
cache: pip
- name: Install pre-requisites (e.g. hatch)
run: python -m pip install --require-hashes --requirement=requirements/ci
if: matrix.python-version != '3.13-dev'
- name: Install hatch
run: python -m pip install hatch # installing from requirements/ci fails with "Getting requirements to build wheel did not run successfully."
if: matrix.python-version == '3.13-dev'
- name: Run test suite
run: hatch run cov
env:
Expand Down

0 comments on commit a1687f2

Please sign in to comment.