Skip to content

Commit

Permalink
Compare runtinme only caching cadet-process
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath committed Dec 6, 2024
1 parent 42ff6ec commit 687c39f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
- name: Restore Conda Environment Cache
uses: actions/cache@v4
with:
path: ${{ env.CONDA }}/envs
path: ${{ env.CONDA }}/envs/cadet-process
key: ${{ env.CACHE_KEY}}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}-restore
restore-keys: |
${{ env.CACHE_KEY }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}-restore
${{ env.CACHE_KEY }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}
id: restore-cache

Expand All @@ -65,7 +64,7 @@ jobs:
- name: Cache Updated Conda Environment
uses: actions/cache@v4
with:
path: ${{ env.CONDA }}/envs
path: ${{ env.CONDA }}/envs/cadet-process
key: ${{ env.CACHE_KEY}}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}-save
if: steps.restore-cache.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 687c39f

Please sign in to comment.