summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2023-04-24 20:19:43 -0300
committerHernan <hernan.grecco@gmail.com>2023-04-24 20:19:43 -0300
commit83d2bdd237055feac5ba99fbcf7a096fe4fd5af8 (patch)
tree2df55a2227113fb2b208bdd39a2beef54251e266 /.github
parentc6b4e2815a9826eff974b634b58b7eb862d115ad (diff)
downloadpint-83d2bdd237055feac5ba99fbcf7a096fe4fd5af8.tar.gz
Remove numpy version in Python 3.8 to try to fix import error in test
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 c74cbac..96601c2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
extras: [null]
include:
- python-version: 3.8 # Minimal versions
- numpy: numpy==1.19.5
+ numpy: "numpy"
extras: matplotlib==2.2.5
- python-version: 3.8
numpy: "numpy"