diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-17 12:00:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 12:00:02 -0400 |
| commit | de66347b5ededaf3296c2d8a5207534f8e803996 (patch) | |
| tree | f51273836aa981be39fe021288ccf5f1f7293702 | |
| parent | 475fdd9593c0c1a6f57864de7d11ab0645c3226b (diff) | |
| download | python-setuptools-git-de66347b5ededaf3296c2d8a5207534f8e803996.tar.gz | |
Defer to default behavior for fail fast for now.
| -rw-r--r-- | .github/workflows/python-tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 96e14308..2ee7c0fb 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -16,7 +16,6 @@ jobs: ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false # max-parallel: 5 matrix: python-version: |
