Skip to content

Commit 8154a0c

Browse files
committed
add --break-system-packages to test wheel install for mingw
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 19fd51f commit 8154a0c

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
@@ -227,7 +227,7 @@ jobs:
227227
path: 'wheelhouse'
228228
merge-multiple: true
229229
- name: Install wheel for environment
230-
run: pip install --no-index --find-links wheelhouse opentimelineio
230+
run: pip install --no-cache-dir --break-system-packages --no-index --find-links wheelhouse opentimelineio
231231
- name: Run tests w/ python coverage
232232
run: make ci-postbuild
233233

0 commit comments

Comments
 (0)