Skip to content

Commit

Permalink
ci(test,actions): 󰣖 Add gfortran install in correct run.
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 4, 2024
1 parent 806d1cb commit ffb56f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/source_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
3.11
3.12
- name: Add fortran compiler (gfortran) for scipy
run: |
if [[ "$RUNNER_OS" == "maxOS" ]]; then
brew install gfortran
fi
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -90,12 +96,6 @@ jobs:
3.11
3.12
- name: Add fortran compiler (gfortran) for scipy
run: |
if [[ "$RUNNER_OS" == "maxOS" ]]; then
brew install gfortran
fi
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ffb56f8

Please sign in to comment.