Skip to content

Commit

Permalink
make target install refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 27, 2023
1 parent 23a2389 commit af6fe56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ install-gfortran:
sudo apt-get -y install gfortran

install:
pip -q install coveralls
pip install numpy
pip install -e .
pip -q install coveralls && pip install numpy && pip install -e .

test:
coverage run --source=. --module unittest discover --start-directory tests --verbose

0 comments on commit af6fe56

Please sign in to comment.