1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

[wheel build] MacOS CI fix

This commit is contained in:
Evgeny Posenitskiy 2023-05-05 16:44:07 +02:00 committed by GitHub
parent e937d6cb1c
commit 4d00c44e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
setuptools>=42
pkgconfig
numpy<1.23.0
numpy<1.24.0
numpy>=1.17.3