Skip to content

Commit

Permalink
changed lower numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
AtrCheema committed May 5, 2024
1 parent 89180a3 commit 04551e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/np116.yml
@@ -1,4 +1,4 @@
name: np116
name: np117
on:
push:
branches: [ master ]
Expand All @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r dev_requirements.txt
pip install numpy==1.16.0
pip install numpy==1.17.0
pip install pandas==0.25
- name: Test with unittest
run: |
Expand Down

0 comments on commit 04551e0

Please sign in to comment.