Skip to content

Commit

Permalink
Install numpy first
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Jan 27, 2021
1 parent 81490fe commit 1724b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coveralls 'numpy<1.20'
pip install -r requirements.pip
pip install -r test_requirements.pip
pip install coveralls
- name: Run tests
run: nosetests --with-coverage
- name: Coveralls report
Expand Down

0 comments on commit 1724b8d

Please sign in to comment.