We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfb13d commit 83ab003Copy full SHA for 83ab003
.github/workflows/build-wheels.yaml
@@ -70,6 +70,8 @@ jobs:
70
# TODO: figure out whether we need/want to use other compilers too
71
compiler: "gcc"
72
version: "13"
73
+ # Needed to install lfortran
74
+ - uses: s-weigand/setup-conda@v1
75
- name: Install Fortran compiler - Windows
76
if: ${{ matrix.os == 'windows-11-arm' }}
77
uses: fortran-lang/setup-fortran@v1
0 commit comments