Skip to content

Commit 83ab003

Browse files
committed
Add conda install
1 parent 3dfb13d commit 83ab003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
# TODO: figure out whether we need/want to use other compilers too
7171
compiler: "gcc"
7272
version: "13"
73+
# Needed to install lfortran
74+
- uses: s-weigand/setup-conda@v1
7375
- name: Install Fortran compiler - Windows
7476
if: ${{ matrix.os == 'windows-11-arm' }}
7577
uses: fortran-lang/setup-fortran@v1

0 commit comments

Comments
 (0)