Skip to content

Commit

Permalink
update wheelhouse to use fortran and mesa images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 22, 2023
1 parent cbe9b69 commit d67c05f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3

- name: Add fortran compiler
uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: gcc
version: 12

- name: Add meson
uses: BSFishy/[email protected]

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit d67c05f

Please sign in to comment.