We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f286ddf commit 1a2fdacCopy full SHA for 1a2fdac
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
path: ~/conda_pkgs_dir
41
key:
42
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
43
- hashFiles('etc/example-environment.yml') }}
+ hashFiles('docs/environment.yml') }}
44
- name: Setup conda ${{ matrix.PYTHON_VERSION }}
45
uses: conda-incubator/setup-miniconda@v2
46
with:
0 commit comments