Skip to content

Commit

Permalink
fix: disable fail-on-cache-miss in Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Jan 17, 2025
1 parent 35b212c commit 354cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
action: actions/cache/restore@v4
with: |
path: ./wheelhouse
fail-on-cache-miss: true
fail-on-cache-miss: false
key: wheels-${{ env.IMAGE_VERSION }}-${{ hashFiles('requirements.txt') }}
- name: Init wheels cache
Expand Down

0 comments on commit 354cf4d

Please sign in to comment.