Skip to content

Commit 47c62a4

Browse files
Nuke cache
1 parent 70c30b2 commit 47c62a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/cache@v3
145145
with:
146146
path: ${{ env.pythonLocation }}
147-
key: test-0-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('test_requirements.txt') }}
147+
key: test-1-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('test_requirements.txt') }}
148148

149149
- name: Install Python dependencies using pip
150150
run: |

0 commit comments

Comments
 (0)