Skip to content

Commit 2bef52e

Browse files
committed
Add break-system-packages to pip install pytest
1 parent 8b5a957 commit 2bef52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
sudo apt -y update
4545
sudo apt -y install gcc libsystemd-dev
46-
python -m pip install pytest sphinx
46+
python -m pip install --break-system-packages pytest sphinx
4747
4848
- name: Build (Python ${{ matrix.python }})
4949
run: |

0 commit comments

Comments
 (0)