Skip to content

Commit 3cb8973

Browse files
committed
fix
1 parent e1fb22d commit 3cb8973

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
cache: pip
2727
- name: Install pre-requisites (e.g. hatch)
2828
run: python -m pip install --require-hashes --requirement=requirements/ci
29+
if: matrix.python-version != '3.13-dev'
30+
- name: Install hatch
31+
run: python -m pip install hatch # installing from requirements/ci fails with "Getting requirements to build wheel did not run successfully."
32+
if: matrix.python-version == '3.13-dev'
2933
- name: Run test suite
3034
run: hatch run cov
3135
env:

0 commit comments

Comments
 (0)