Skip to content

Commit fc3b47e

Browse files
committed
Fix build.yml GitHub Action workflow
1 parent 42f9e6b commit fc3b47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on: [ push, pull_request ]
77
jobs:
88
build:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [ ubuntu-latest, macos-latest, windows-latest ]
1213
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
13-
fail-fast: false
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4 # https://github.com/actions/checkout

0 commit comments

Comments
 (0)