diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-10 14:48:08 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-10 14:48:08 -0500 |
| commit | ec1c3f34c67c001843a92d9f81febb3c3dc12846 (patch) | |
| tree | 72628fc4234c6408d73d8aebe20afa945179e161 | |
| parent | d97e83e34d712330cf82427222cd141159e1f7f2 (diff) | |
| download | python-setuptools-git-ec1c3f34c67c001843a92d9f81febb3c3dc12846.tar.gz | |
Fail fast again.
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6751c52c..265be849 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: - ubuntu-latest - macos-latest - windows-latest - fail-fast: false runs-on: ${{ matrix.platform }} env: SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }} |
