mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +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:
|
||||
name: x86 MacOS 12
|
||||
runs-on: macos-12
|
||||
runs-on: macos-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||
@ -128,7 +128,7 @@ jobs:
|
||||
- name: configure with autotools
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure FC=gfortran-12 --enable-silent-rules
|
||||
./configure FC=gfortran-11 --enable-silent-rules
|
||||
|
||||
- name: compile TREXIO
|
||||
run: make -j3
|
||||
|
@ -1,4 +1,4 @@
|
||||
setuptools>=42
|
||||
pkgconfig
|
||||
numpy<1.23.0
|
||||
numpy<1.24.0
|
||||
numpy>=1.17.3
|
||||
|
Loading…
Reference in New Issue
Block a user