Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Sep 2, 2024
1 parent 2edf131 commit 9711402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
fail-fast: false

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
Expand Down

0 comments on commit 9711402

Please sign in to comment.