Skip to content

Commit

Permalink
Update build_page.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKarwou authored Jun 5, 2024
1 parent cef6613 commit 1c4f371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Set cache date
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV

- uses: actions/cache@v2
with:
path: ${{ matrix.prefix }}
key: ${{ matrix.label }}-conda-${{ hashFiles('devtools/conda-envs/fep_env.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
id: cache
# - uses: actions/cache@v2
# with:
# path: ${{ matrix.prefix }}
# key: ${{ matrix.label }}-conda-${{ hashFiles('devtools/conda-envs/fep_env.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
# id: cache
- name: Update environment
run: mamba env update -n fep -f devtools/conda-envs/fep_env.yaml
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 1c4f371

Please sign in to comment.