We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dda36f commit 6f516b5Copy full SHA for 6f516b5
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
ref: content
21
- run: |
22
cd content
23
- pip install -r requirements.txt
+ pip install --break-system-packages -r requirements.txt
24
pelican -o ../master -s pelicanconf.py
25
cd ../master
26
git config user.name github-actions
0 commit comments