Skip to content

Commit 99bb79a

Browse files
removing hash to see if capture the other location
1 parent 8099dd7 commit 99bb79a

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
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/cache@v4
3333
with:
3434
path: ${{ env.pythonLocation }}
35-
key: style-1-${{ env.pythonLocation }}-6984f3efeb92a7e7a9d28b0a455b6d7239d9b0b360fc94531253be6e301853c2
35+
key: style-1-${{ env.pythonLocation }}-
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)