We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb22d commit 3cb8973Copy full SHA for 3cb8973
.github/workflows/test.yml
@@ -26,6 +26,10 @@ jobs:
26
cache: pip
27
- name: Install pre-requisites (e.g. hatch)
28
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'
33
- name: Run test suite
34
run: hatch run cov
35
env:
0 commit comments