summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-10 14:48:08 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-11-10 14:48:08 -0500
commitec1c3f34c67c001843a92d9f81febb3c3dc12846 (patch)
tree72628fc4234c6408d73d8aebe20afa945179e161
parentd97e83e34d712330cf82427222cd141159e1f7f2 (diff)
downloadpython-setuptools-git-ec1c3f34c67c001843a92d9f81febb3c3dc12846.tar.gz
Fail fast again.
-rw-r--r--.github/workflows/main.yml1
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 }}