Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Dec 29, 2019
1 parent 873ef67 commit 8b0cdc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.5', '3.6', '3.7', '3.8' ]
fail-fast: false
name: Python ${{ matrix.python-version }} Windows build
env:
TWINE_USERNAME: __token__
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.5', '3.6', '3.7', '3.8' ]
fail-fast: false
name: Python ${{ matrix.python-version }} MacOS build
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 8b0cdc3

Please sign in to comment.