Skip to content

Commit 873b8f8

Browse files
committed
Update workflows
1 parent ae536d0 commit 873b8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: requirements-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
3939

4040
- name: Download dependencies
41-
if: steps.depcache.outputs.cache-hit != 'true'
41+
if: steps.depcache.outputs.cache-hit != 'true' && matrix.python-version != '3.13'
4242
run: |
4343
pip download --dest=deps -r requirements.txt
4444

0 commit comments

Comments
 (0)