Skip to content

Commit

Permalink
ci: simplify (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 27, 2024
1 parent 7aeceb9 commit 39eb3af
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,8 @@ jobs:
allow-prereleases: true

- name: Install gfortran
uses: fortran-lang/setup-fortran@v1
if: runner.os != 'Linux'
with:
compiler: gcc
version: 13

- name: Use GFortran
if: runner.os == 'macOS'
run: |
echo "CC=clang" >> $GITHUB_ENV
echo "FC=gfortran" >> $GITHUB_ENV
run: brew install gcc

- name: Install package
run: python -m pip install .[test]
Expand Down

0 comments on commit 39eb3af

Please sign in to comment.