Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane committed Oct 8, 2020
2 parents bd8f251 + 8bc54d1 commit 635dfab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run-runAllTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
python-version: 3.7.6
- name: run test script
run: |
pip install numpy==1.19.1
pip install scipy==1.5.2
pip install numpy==1.18.5
pip install llvmlite==0.33.0
pip install scipy==1.5.0
pip install numba==0.49
pip install pandas==1.1.1
pip install matplotlib==3.3.1
pip install ipython
pip install pandas==1.0.5
pip install matplotlib==3.2.2
pip install ipython==7.16.1
python setup.py install
python tests/runAllTests.py

0 comments on commit 635dfab

Please sign in to comment.