1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-01 02:45:43 +02:00

[ci] Explicitly build the Python API

This commit is contained in:
Evgeny Posenitskiy 2023-01-25 11:54:38 +01:00 committed by GitHub
parent 92492e394f
commit c7467465a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
./autogen.sh
mkdir _build
cd _build
../configure --enable-silent-rules
../configure --enable-silent-rules --enable-python
make -j 4
sudo make install