Skip to content

Commit

Permalink
make pip cache key more intelligent
Browse files Browse the repository at this point in the history
  • Loading branch information
johvincau committed Dec 4, 2023
1 parent fc5c03f commit 14c2bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.pythonLocation }}
key: pip-${{ strategy.name }}
key: pip-Python ${{ matrix.python-version }} (omp=${{ matrix.omp }}, mpi=${{ matrix.mpi }}, dagmc=${{ matrix.dagmc }}, ncrystal=${{ matrix.ncrystal }},
libmesh=${{ matrix.libmesh }}, event=${{ matrix.event }}
vectfit=${{ matrix.vectfit }})

- name: Environment Variables
run: |
Expand Down

0 comments on commit 14c2bc7

Please sign in to comment.