Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Dec 8, 2021
1 parent b9a38e5 commit 0769464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,10 @@ jobs:

- name: Prepare Test Environment
if: matrix.name != 'windows-gfortran' && matrix.name != 'windows-f2c'
run: pip3 install -r test/requirements.txt
# pip3 install -r cython/requirements.txt
# cd cython/
# cp -r ../lib lib
# cp -r ../share share
# python3 setup.py build_ext --inplace
# pip3 install .
# cd ..
run: |
pip3 install -r test/requirements.txt
cd pymodule
python3 setup.py build_ext --inplace
- name: Test Library
if: matrix.name != 'windows-gfortran' && matrix.name != 'windows-f2c'
Expand Down
File renamed without changes.

0 comments on commit 0769464

Please sign in to comment.