Skip to content

Commit

Permalink
ci: try vanila brew
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jun 27, 2024
1 parent 602f037 commit b639d7d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,8 @@ jobs:
allow-prereleases: true

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

- name: Check sysconfig
run: python -m sysconfig
if: runner.os == 'macOS'
run: brew install gcc

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

0 comments on commit b639d7d

Please sign in to comment.