Skip to content

Commit 8b84204

Browse files
committed
sqme: revert hashFiles changes
1 parent 32c4c12 commit 8b84204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: conda_cache
5050
with:
5151
path: /tmp/test_env
52-
key: ${{ runner.os }}-test-env-py310-${{ hashFiles('tests/test-env-py310.yml', 'pyproject.toml') }}
52+
key: ${{ runner.os }}-test-env-py310-${{ hashFiles('tests/test-env-py310.yml') }}
5353

5454
- uses: conda-incubator/setup-miniconda@v3
5555
if: steps.conda_cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)