Skip to content

Commit fea49ee

Browse files
committed
Try adding command line flag
Signed-off-by: Darby Johnston <[email protected]>
1 parent 897f989 commit fea49ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Build and Install
150150
run: |
151151
# compile and install into virtualenv/virtual machine (verbosely)
152-
pip install .[dev] -v
152+
pip install .[dev] -v --break-system-packages
153153
- name: Run tests w/ python coverage
154154
run: make ci-postbuild
155155
# (only on ubuntu/pyhton3.7)

0 commit comments

Comments
 (0)