Skip to content

Commit

Permalink
.github: Use "fail-fast" correctly
Browse files Browse the repository at this point in the history
I have no idea why macOS started failing. It doesn't make any sense. I
guess it's probably due to the image being updated. Re-running older
runs still seems fine so I really have no clue.

For now let's just ignore it, we don't support macOS anyway.
  • Loading branch information
derrod committed Oct 29, 2021
1 parent c438331 commit 73b1dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 12,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
fail-fast: false
max-parallel: 3

steps:
Expand Down

0 comments on commit 73b1dc1

Please sign in to comment.