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 5f32bf3 commit 64370b6Copy full SHA for 64370b6
.github/workflows/build-wheels.yaml
@@ -81,9 +81,9 @@ jobs:
81
uses: fortran-lang/setup-fortran@v1
82
id: setup-fortran-windows-arm
83
with:
84
- # TODO: figure out whether we need/want to use other compilers too
85
- compiler: "intel"
86
- version: "2025.0"
+ # Only intel-classic supported by f2py
+ compiler: "intel-classic"
+ version: "2021.10"
87
- name: Build wheels
88
uses: pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
89
0 commit comments