Skip to content

Commit

Permalink
Fix caching of conda env in CI (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 17, 2021
1 parent f286ddf commit 1a2fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: ~/conda_pkgs_dir
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('etc/example-environment.yml') }}
hashFiles('docs/environment.yml') }}
- name: Setup conda ${{ matrix.PYTHON_VERSION }}
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 1a2fdac

Please sign in to comment.