summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-08-16 01:53:39 +0200
committerKeewis <keewis@posteo.de>2021-08-16 01:53:39 +0200
commit28618332b4e14e4c163f5b53c64742685df81243 (patch)
tree3923317b70239dfc2c9d3e7ab5d30696e511976d /.github
parenta08df5fdb06159a271624162f40ae8f823bbcbd7 (diff)
downloadpint-28618332b4e14e4c163f5b53c64742685df81243.tar.gz
move to strategy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0caecab..fe57eca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,8 +5,8 @@ on: [push, pull_request]
jobs:
test-linux:
strategy:
+ fail-fast: false
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"]