Skip to content

Commit

Permalink
Learn to spell
Browse files Browse the repository at this point in the history
  • Loading branch information
KerekesDavid committed Sep 10, 2024
1 parent b2933fb commit fb5f4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- uses: actions/cache@v2
with:
path: /usr/share/miniconda3/envs/my-env
key: conda-${{ hashFiles('environment.yml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
key: conda-${{ hashFiles('environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
id: cache

- name: Update environment
run: mamba env update -n gfm-bench8 -f environment.yml
run: mamba env update -n gfm-bench8 -f environment.yaml
if: steps.cache.outputs.cache-hit != 'true'

- name: Check solution
Expand Down

0 comments on commit fb5f4f2

Please sign in to comment.