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 25906ad commit c86cbb3Copy full SHA for c86cbb3
1 file changed
.github/workflows/publish-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
key: ${{ matrix.os }}-python${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
33
34
- name: Install Python Packages
35
- # if: steps.pip-cache.outputs.cache-hit != 'true'
+ if: steps.pip-cache.outputs.cache-hit != 'true'
36
run: |
37
python -m pip install --upgrade pip
38
pip install -r requirements-dev.txt
0 commit comments