Skip to content

Commit

Permalink
minor fix for cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 8, 2023
1 parent c360b49 commit ff3949a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ jobs:
python=${{ matrix.python-version }}
conda
cache-environment: true
cache-environment-key: cache-environment-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('environment.yaml') }}
cache-environment-key: cache-environment-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('stenv/environment.yaml') }}
cache-downloads: true
cache-downloads-key: cache-downloads-${{ runner.os}}-${{ runner.arch}}-${{ hashFiles('environment.yaml') }}
cache-downloads-key: cache-downloads-${{ runner.os}}-${{ runner.arch}}-${{ hashFiles('stenv/environment.yaml') }}
init-shell: none
generate-run-shell: true
- run: echo "version=$(conda list | awk '$1 == "${{ matrix.package }}" {print $2}')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ff3949a

Please sign in to comment.