Skip to content

Commit c287db6

Browse files
committed
Fix build docs
1 parent 7fe93ec commit c287db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
# Upgrade pip
108108
# https://github.com/actions/setup-python/issues/225
109-
sudo -H env "PATH=$PATH" python -m pip install --upgrade pip --break-system-packages
109+
# sudo -H env "PATH=$PATH" python -m pip install --upgrade pip --break-system-packages
110110
# Install jtop
111111
sudo -H env "PATH=$PATH" pip install -v -e .
112112
# Install sphinx requirements

0 commit comments

Comments
 (0)