mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
[wheel build] MacOS CI fix
This commit is contained in:
parent
e937d6cb1c
commit
4d00c44e8e
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
|
|
||||||
trexio_macos:
|
trexio_macos:
|
||||||
name: x86 MacOS 12
|
name: x86 MacOS 12
|
||||||
runs-on: macos-12
|
runs-on: macos-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
- name: configure with autotools
|
- name: configure with autotools
|
||||||
run: |
|
run: |
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure FC=gfortran-12 --enable-silent-rules
|
./configure FC=gfortran-11 --enable-silent-rules
|
||||||
|
|
||||||
- name: compile TREXIO
|
- name: compile TREXIO
|
||||||
run: make -j3
|
run: make -j3
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
setuptools>=42
|
setuptools>=42
|
||||||
pkgconfig
|
pkgconfig
|
||||||
numpy<1.23.0
|
numpy<1.24.0
|
||||||
numpy>=1.17.3
|
numpy>=1.17.3
|
||||||
|
Loading…
Reference in New Issue
Block a user