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 6f6c937 commit 23a2389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
make install-gfortran
# make install-gfortran
make install
- name: Run code test in Python programs
run: |
Expand Down

0 comments on commit 23a2389

Please sign in to comment.