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 26a6b96 commit cf1f0fcCopy full SHA for cf1f0fc
.github/workflows/unit_tests.yml
@@ -296,7 +296,7 @@ jobs:
296
- uses: actions/cache@v4
297
with:
298
path: ${{ env.pythonLocation }}
299
- key: build_docs-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
+ key: build_docs-1-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
300
- name: Install dependencies
301
run: |
302
python -m pip install --upgrade pip
0 commit comments