Skip to content

Commit c86cbb3

Browse files
authored
fix:fix publish docs ci (#525)
1 parent 25906ad commit c86cbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: ${{ matrix.os }}-python${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
3333

3434
- name: Install Python Packages
35-
# if: steps.pip-cache.outputs.cache-hit != 'true'
35+
if: steps.pip-cache.outputs.cache-hit != 'true'
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)