Skip to content

Commit

Permalink
try workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Feb 25, 2025
1 parent a63477f commit 6e05b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
path: |
.nox
$CONDA/pkgs
key: ${{ runner.os }}-${{ hashFiles('requirements/*') }}-${{ env.ENV_CACHE_BUILD }}-${{ env.IRIS_SOURCE }}-${{ matrix.python-version }}
key: ${{ runner.os }}-${{ hashFiles('**/requirements/*.yml', '**/requirements/**/*.lock') }}-${{ env.ENV_CACHE_BUILD }}-${{ env.IRIS_SOURCE }}-${{ matrix.python-version }}

- name: Cache test data directory
id: cache-test-data
Expand Down

0 comments on commit 6e05b26

Please sign in to comment.