Skip to content

Commit cf1f0fc

Browse files
committed
bump cache
1 parent 26a6b96 commit cf1f0fc

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
@@ -296,7 +296,7 @@ jobs:
296296
- uses: actions/cache@v4
297297
with:
298298
path: ${{ env.pythonLocation }}
299-
key: build_docs-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
299+
key: build_docs-1-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
300300
- name: Install dependencies
301301
run: |
302302
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)