Skip to content

Commit

Permalink
ci: use setup-fortran action
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Apr 30, 2024
1 parent d1d8f3f commit 9cd2c6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup GNU Fortran
uses: modflowpy/[email protected]
- uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: gcc
version: 13
- name: Install
run: pip install .[dev]
- name: Run Tests
Expand Down

0 comments on commit 9cd2c6d

Please sign in to comment.