summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-10-26 08:58:16 -0300
committerHernan <hernan.grecco@gmail.com>2022-10-26 08:58:16 -0300
commitcc02904f5ef55340c5907f22e70f0578801fe3af (patch)
tree6a3177e8ecba69040023127689c2f1449df09420 /.github
parentf7f97ab5b3f8d018dab6e362b4c70c65f7b8ae0b (diff)
downloadpint-cc02904f5ef55340c5907f22e70f0578801fe3af.tar.gz
Test against macos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e70fd13..422fd77 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,7 +92,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.8, 3.9, "3.10"]
+ platform: [windows-latest, macos-latest]
+ python-version: [3.8, 3.9, "3.10", "3.11"]
numpy: [ "numpy>=1.19,<2.0.0" ]
# uncertainties: [null, "uncertainties==3.1.6", "uncertainties>=3.1.6,<4.0.0"]
# extras: [null]
@@ -104,7 +105,7 @@ jobs:
# numpy: "numpy"
# uncertainties: "uncertainties"
# extras: "sparse xarray netCDF4 dask[complete] graphviz babel==2.8"
- runs-on: windows-latest
+ runs-on: ${{ matrix.platform }}
env:
TEST_OPTS: "-rfsxEX -s -k issue1498b"