summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-08-16 01:15:09 +0200
committerKeewis <keewis@posteo.de>2021-08-16 01:15:09 +0200
commita08df5fdb06159a271624162f40ae8f823bbcbd7 (patch)
treec79d274f1e4086e9c030780e96d6f90166c2462b /.github
parentc854b9bd49dd506c4e34a53889b350f66c806a93 (diff)
downloadpint-a08df5fdb06159a271624162f40ae8f823bbcbd7.tar.gz
don't fail other CI jobs if one 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 162c1df..0caecab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,7 @@ jobs:
test-linux:
strategy:
matrix:
+ fail-fast: false
python-version: [3.7, 3.8, 3.9]
numpy: [null, "numpy>=1.17,<2.0.0"]
uncertainties: [null, "uncertainties==3.0.1", "uncertainties>=3.0.1,<4.0.0"]