Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Dec 2, 2020
1 parent 8b7f336 commit 204bf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ jobs:

- name: Prepare Test Environment
if: matrix.name != 'windows-gfortran' && matrix.name != 'windows-f2c'
run: pip install -r test/requirements.txt
run: pip3 install -r test/requirements.txt

- name: Test Library
if: matrix.name != 'windows-gfortran' && matrix.name != 'windows-f2c'
run: pytest
run: python3 -m pytest

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 204bf33

Please sign in to comment.