2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 21:12:15 +00:00

Don't upgrade pip.

This commit is contained in:
Stefan Seefeld
2025-10-25 15:49:37 -04:00
parent 2b6f667e98
commit 3e4c518f4d

View File

@@ -17,7 +17,7 @@ jobs:
python3-sphinx \
xsltproc \
docbook-xsl
sudo python3 -m pip install --upgrade pip
#sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install faber
- name: build
run: |