Skip to content

Commit 00918df

Browse files
troubleshoot
1 parent 008e9e9 commit 00918df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bisect.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
uses: actions/cache@v3
4848
with:
4949
path: ~/conda_pkgs_dir
50-
key: ${{ runner.os }}-conda-${{ hashFiles('${{ env.ENV_FILE }}') }}
51-
50+
key: ${{ runner.os }}-conda-${{ hashFiles('**/${{ env.ENV_FILE }}') }}
51+
restore-keys: |
52+
${{ runner.os }}-conda-
5253
- uses: conda-incubator/[email protected]
5354
with:
5455
mamba-version: "*"

0 commit comments

Comments
 (0)