We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a957 commit 2bef52eCopy full SHA for 2bef52e
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
sudo apt -y update
45
sudo apt -y install gcc libsystemd-dev
46
- python -m pip install pytest sphinx
+ python -m pip install --break-system-packages pytest sphinx
47
48
- name: Build (Python ${{ matrix.python }})
49
0 commit comments