summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-10-26 09:47:35 -0300
committerHernan <hernan.grecco@gmail.com>2022-10-26 09:47:35 -0300
commitb80dae2283ba43af02e2fb3d768a4f573b1477bf (patch)
tree434d71e70025615bec772b83a9f8b7330ae099d1 /.github
parent5e3c937a4782c1fc55561e90c157eeb68211d203 (diff)
downloadpint-b80dae2283ba43af02e2fb3d768a4f573b1477bf.tar.gz
Add test for pint without numpy on macos
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 8e44023..37444db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -154,7 +154,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
- numpy: [ "numpy>=1.19,<2.0.0" ]
+ numpy: [null, "numpy>=1.19,<2.0.0" ]
runs-on: macos-latest
env: