Skip to content

Commit

Permalink
win python build: use flang 5
Browse files Browse the repository at this point in the history
Like for the conda-forge feedstock: issue with fortran-compiler metapakage?
  • Loading branch information
benbovy committed Nov 7, 2024
1 parent 7f35b3c commit 765299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
shell: cmd
run: |
conda create -n test python=3.12 cmake c-compiler fortran-compiler scikit-build pip wheel setuptools numpy
conda create -n test python=3.12 cmake c-compiler flang=5.0 scikit-build pip wheel setuptools numpy
- name: Build and install project
shell: cmd
Expand Down

0 comments on commit 765299f

Please sign in to comment.