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 32c4c12 commit 8b84204Copy full SHA for 8b84204
1 file changed
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
id: conda_cache
50
with:
51
path: /tmp/test_env
52
- key: ${{ runner.os }}-test-env-py310-${{ hashFiles('tests/test-env-py310.yml', 'pyproject.toml') }}
+ key: ${{ runner.os }}-test-env-py310-${{ hashFiles('tests/test-env-py310.yml') }}
53
54
- uses: conda-incubator/setup-miniconda@v3
55
if: steps.conda_cache.outputs.cache-hit != 'true'
0 commit comments