Browse Source

Enable fail-fast for wheels build, in an attempt to free up workers.

Jelmer Vernooij 2 years ago
parent
commit
02ac0dc920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pythonwheels.yml

+ 1 - 1
.github/workflows/pythonwheels.yml

@@ -18,7 +18,7 @@ jobs:
           - os: ubuntu-latest
             python-version: '3.x'
           # path encoding
-      fail-fast: false
+      fail-fast: true
 
     steps:
     - uses: actions/checkout@v2