Skip to content

Commit e10c6f0

Browse files
authored
Change pip install to ignore installed packages
1 parent 928666d commit e10c6f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# Install jtop
142142
sudo -H env "PATH=$PATH" pip install -v -e .
143143
# Install sphinx requirements
144-
sudo -H env "PATH=$PATH" pip install -r docs/requirements.txt
144+
sudo -H env "PATH=$PATH" pip install --ignore-installed -r docs/requirements.txt
145145
# Run sphinx
146146
cd docs
147147
sphinx-build -b html -W . _build/html

0 commit comments

Comments
 (0)