Skip to content

Commit

Permalink
test [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 7, 2024
1 parent f341001 commit ddf96a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:

steps:
- uses: awvwgk/setup-fortran@main
if: matrix.os == 'windows-latest'
id: setup-fortran
with:
compiler: gcc
version: 11

- run: which gfortran-11
- run: ln -s $(which gfortran-11) /usr/local/bin/gfortran
if: matrix.os != 'windows-latest'

- run: ${{ env.FC }} --version
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
- run: gfortran --version

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ddf96a4

Please sign in to comment.