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 70c30b2 commit 47c62a4Copy full SHA for 47c62a4
.github/workflows/unit_tests.yml
@@ -144,7 +144,7 @@ jobs:
144
uses: actions/cache@v3
145
with:
146
path: ${{ env.pythonLocation }}
147
- key: test-0-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('test_requirements.txt') }}
+ key: test-1-${{ env.pythonLocation }}-${{ env.os }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('test_requirements.txt') }}
148
149
- name: Install Python dependencies using pip
150
run: |
0 commit comments