Skip to content

Commit

Permalink
use option -I to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 730389b commit e609e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
pip3 install -I -r requirements.txt
-
name: Compile
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
python -m venv --system-site-packages .venv
source .venv/bin/activate
pip3 install -r requirements.txt
pip3 install -I -r requirements.txt
pip3 install dist/*.whl
tree .venv
- name: Build Antora Site
Expand Down

0 comments on commit e609e8e

Please sign in to comment.