Skip to content

Commit 8b5a957

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
exit 1
6767
esac
6868
69-
python3 -m pip install pytest sphinx
69+
python3 -m pip install --break-system-packages pytest sphinx
7070
7171
- name: Build & install
7272
shell: bash

0 commit comments

Comments
 (0)