File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ jobs:
8888 - name : Install Fortran compiler - windows-arm
8989 # When building on windows ARM, we need to use the MSVC toolchain
9090 if : ${{ matrix.os == 'windows-11-arm' }}
91- # uses: fortran-lang/setup-fortran@v1
92- uses : modflowpy/install-intelfortran-action@v1
93- # id: setup-fortran-windows-arm
94- # with:
91+ uses : fortran-lang/setup-fortran@v1
92+ id : setup-fortran-windows-arm
93+ with :
9594 # Only intel-classic supported by f2py
96- # (https://numpy.org/devdocs/f2py/windows/intel.html#f2py-and-windows-intel-fortran)
97- # compiler: "intel-classic"
98- # version: "2021.10"
95+ # # (https://numpy.org/devdocs/f2py/windows/intel.html#f2py-and-windows-intel-fortran)
96+ compiler : " intel-classic"
97+ version : " 2021.10"
98+
9999 - name : Build wheels
100100 uses : pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
101101 with :
You can’t perform that action at this time.
0 commit comments