Skip to content

Commit bb2f025

Browse files
authored
ci: restore old python way of installing packages system-wide (--break-system-packages)
we should move to a virtual env
1 parent 882a8ff commit bb2f025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install Python dependencies
106106
run: |
107107
python -m pip install --upgrade pip
108-
pip install -r pandocs/requirements.txt
108+
pip install -r pandocs/requirements.txt --break-system-packages
109109
110110
- name: Check links
111111
working-directory: pandocs/

0 commit comments

Comments
 (0)