Explorar el Código

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

Jelmer Vernooij hace 3 años
padre
commit
02ac0dc920
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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