Skip to content

Commit ea64553

Browse files
committed
Turn off fail-fast while debugging this issue.
Signed-off-by: Joshua Minor <joshm@pixar.com>
1 parent 32e2a83 commit ea64553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
py_build_test:
9494
runs-on: ${{ matrix.os }}
9595
strategy:
96+
fail-fast: false
9697
matrix:
9798
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
9899
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)