summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJules Chéron <43635101+jules-ch@users.noreply.github.com>2021-08-20 09:06:35 +0200
committerGitHub <noreply@github.com>2021-08-20 09:06:35 +0200
commit2d5aefa0e9dc86d37226002d49a2a4e75e2f746d (patch)
treea6f32afb6601ca08039abe58dd910e42e98f1a1d /.github
parenta1284568d25d94ada1a92f7a6f62ebf2ce152df9 (diff)
parent28618332b4e14e4c163f5b53c64742685df81243 (diff)
downloadpint-2d5aefa0e9dc86d37226002d49a2a4e75e2f746d.tar.gz
Merge pull request #1372 from keewis/premature-ci-cancel
don't fail all CI jobs of a matrix if one job fails
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a5cdaab..2a2bbd6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
test-linux:
strategy:
+ fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
numpy: [null, "numpy>=1.17,<2.0.0"]