From 765299f4eda9ddb9c9ba2b476dfe9faa9fd832d4 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Thu, 7 Nov 2024 14:00:49 +0100 Subject: [PATCH] win python build: use flang 5 Like for the conda-forge feedstock: issue with fortran-compiler metapakage? --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 42975e2..cd4af5a 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -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