Skip to content

Commit fff4817

Browse files
committed
fail-fast false
1 parent 2eb44d0 commit fff4817

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
name: Build ${{ matrix.cpversion }} wheels on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
18-
cpversion: [cp39, cp310, cp311, cp312, cp313]
19+
cpversion: [cp38, cp39, cp310, cp311, cp312, cp313]
1920

2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)