Skip to content

Commit c7bebfe

Browse files
committed
fix workflow
1 parent fc99a07 commit c7bebfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
build ${{ matrix.python-version }} on ${{ matrix.platform || matrix.os }}
1717
${{ (matrix.arch) || '' }}
1818
strategy:
19-
fail-fast: false
19+
# fail-fast: true
2020
matrix:
21-
os: [ubuntu-latest]
21+
os: [ubuntu]
2222
python-version: ['3.9', '3.10', '3.11', '3.12']
2323

2424

0 commit comments

Comments
 (0)