mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 12:43:55 +01:00
[wheel build] Test macos wheels
This commit is contained in:
parent
37a229786f
commit
6a4d9d4d87
12
.github/workflows/build-wheels.yml
vendored
12
.github/workflows/build-wheels.yml
vendored
@ -77,16 +77,12 @@ jobs:
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure FC=gfortran-12 --enable-silent-rules
|
||||
|
||||
- name: compile TREXIO
|
||||
run: make -j3
|
||||
|
||||
- name: prepare the repo
|
||||
run: |
|
||||
make -j3
|
||||
cd tools
|
||||
./prepare_python.sh
|
||||
rm -rf ../src/ ../tools/
|
||||
mv ../python/* ..
|
||||
cd ..
|
||||
rm -rf src/ tools/
|
||||
mv python/* .
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
|
||||
|
Loading…
Reference in New Issue
Block a user