Skip to content

Commit

Permalink
install packages even if installed
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Sep 4, 2024
1 parent b033dbc commit 325912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m venv --system-site-packages .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -I -r requirements.txt
- name: Build Antora Site
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 325912f

Please sign in to comment.