Skip to content

Commit

Permalink
Update caching keys in GitHub Actions workflow for improved dependenc…
Browse files Browse the repository at this point in the history
…y management.
  • Loading branch information
michaelaye committed Nov 27, 2024
1 parent 4be2f00 commit 03465ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
path: |
/usr/share/miniconda/pkgs
/usr/share/miniconda/envs
key: ${{ runner.os }}-conda-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('install_dev_deps.py') }}
key: conda-${{ runner.os }}-py${{ matrix.python-version }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-conda-
conda-${{ runner.os }}-py${{ matrix.python-version }}-
conda-${{ runner.os }}-
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 03465ca

Please sign in to comment.