Browse Source

pipeline: do not abort other jobs on failure

Fabian Peter Hammerle 3 years ago
parent
commit
a6dc499f05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/python.yml

+ 1 - 0
.github/workflows/python.yml

@@ -37,6 +37,7 @@ jobs:
         - 3.6
         - 3.7
         - 3.8
+      fail-fast: false
     steps:
     - uses: actions/checkout@v1
     - uses: actions/setup-python@v1