Skip to content

Commit 3e4c518

Browse files
committed
Don't upgrade pip.
1 parent 2b6f667 commit 3e4c518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python3-sphinx \
1818
xsltproc \
1919
docbook-xsl
20-
sudo python3 -m pip install --upgrade pip
20+
#sudo python3 -m pip install --upgrade pip
2121
sudo python3 -m pip install faber
2222
- name: build
2323
run: |

0 commit comments

Comments
 (0)