Skip to content

Commit

Permalink
.github: workflows: build_docs: remove --break-system-packages flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed Oct 16, 2024
1 parent 65d6b3b commit 57c92e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install requirements
run: |
python3 -m pip install --break-system-packages -r docs/requirements.txt
python3 -m pip install -r docs/requirements.txt
- name: Render the docs
run: |
Expand Down

0 comments on commit 57c92e7

Please sign in to comment.