Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: simplify #2

Merged
merged 10 commits into from
Jun 27, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,10 @@ jobs:
python-version: ${{ matrix.python-version }}
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
henryiii marked this conversation as resolved.
Show resolved Hide resolved
henryiii marked this conversation as resolved.
Show resolved Hide resolved
echo "FC=gfortran" >> $GITHUB_ENV

- name: Install package
run: python -m pip install .[test]
henryiii marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading