Skip to content

Commit

Permalink
Need recent pip
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 22, 2024
1 parent a512fb9 commit 4af48d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
set -ex
python3.8 -m venv env
source env/bin/activate
pip install -U pip
pip install -U -e ./python
pip install -U -r doc/requirements.txt
pip install -U -r doc/historical_ccf_requirements.txt
Expand All @@ -72,6 +73,7 @@ jobs:
set -ex
python3.8 -m venv env
source env/bin/activate
pip install -U pip
pip install -U -e ./python
pip install -U -r doc/requirements.txt
sphinx-build doc build/html
Expand Down
1 change: 1 addition & 0 deletions tests/test_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ fi
python3.8 -m venv env
# shellcheck source=/dev/null
source env/bin/activate
python -m pip install -U pip
python -m pip install -U -e ../../../python

# Poll until service has died
Expand Down

0 comments on commit 4af48d2

Please sign in to comment.