Skip to content

Commit 07e2136

Browse files
committed
Running in circle
1 parent 4a66516 commit 07e2136

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-wheels.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)