Skip to content

Commit

Permalink
Fix build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Dec 18, 2024
1 parent 6bd8ddf commit 7fe93ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
# Upgrade pip
# https://github.com/actions/setup-python/issues/225
sudo -H env "PATH=$PATH" python -m pip install --upgrade pip
sudo -H env "PATH=$PATH" python -m pip install --upgrade pip --break-system-packages
# Install jtop
sudo -H env "PATH=$PATH" pip install -v -e .
# Install sphinx requirements
Expand Down

0 comments on commit 7fe93ec

Please sign in to comment.