Skip to content

Commit

Permalink
make target installing gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 27, 2023
1 parent 300f4a4 commit 521dd85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
make install-gfortran
make install
- name: Run code test in Python programs
run: |
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

install-gfortran:
sudo apt update -y
sudp apt -y install gfortran

install:
pip -q install coveralls
pip install numpy
Expand Down

0 comments on commit 521dd85

Please sign in to comment.