1
0
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:
q-posev 2024-08-17 20:35:23 +02:00
parent 37a229786f
commit 6a4d9d4d87

View File

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