Skip to content

Commit

Permalink
ci: restore old python way of installing packages system-wide (--brea…
Browse files Browse the repository at this point in the history
…k-system-packages)

we should move to a virtual env
  • Loading branch information
avivace authored Oct 17, 2024
1 parent 882a8ff commit bb2f025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r pandocs/requirements.txt
pip install -r pandocs/requirements.txt --break-system-packages
- name: Check links
working-directory: pandocs/
Expand Down

0 comments on commit bb2f025

Please sign in to comment.