Skip to content

Commit 6f516b5

Browse files
authored
Update main.yml
1 parent 0dda36f commit 6f516b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: content
2121
- run: |
2222
cd content
23-
pip install -r requirements.txt
23+
pip install --break-system-packages -r requirements.txt
2424
pelican -o ../master -s pelicanconf.py
2525
cd ../master
2626
git config user.name github-actions

0 commit comments

Comments
 (0)