Skip to content

Commit

Permalink
fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jun 8, 2021
1 parent 7c0414f commit a63c828
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,13 @@ jobs:

- name: Prepare Test Environment
if: matrix.name != 'windows-gfortran' && matrix.name != 'windows-f2c'
run: pip3 install -r test/requirements.txt
run: |
pip3 install -r test/requirements.txt
pip3 install -r cython/requirements.txt
cd cython/
python3 setup.py build_ext --inplace
pip3 install .
cd ..
- name: Test Library
if: matrix.name != 'windows-gfortran' && matrix.name != 'windows-f2c'
Expand Down

0 comments on commit a63c828

Please sign in to comment.