Skip to content

Commit

Permalink
CI: do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Aug 10, 2021
1 parent 7afe166 commit 798c756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: Test ${{ matrix.os }} with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
Expand Down

0 comments on commit 798c756

Please sign in to comment.