We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae536d0 commit 873b8f8Copy full SHA for 873b8f8
1 file changed
.github/workflows/publish-package.yml
@@ -38,7 +38,7 @@ jobs:
38
key: requirements-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
39
40
- name: Download dependencies
41
- if: steps.depcache.outputs.cache-hit != 'true'
+ if: steps.depcache.outputs.cache-hit != 'true' && matrix.python-version != '3.13'
42
run: |
43
pip download --dest=deps -r requirements.txt
44
0 commit comments