workflows: Build new python binds on ubuntu

This commit is contained in:
igo95862 2021-06-14 21:02:12 +03:00
parent 7e8b947508
commit 4daa1ba77b
No known key found for this signature in database
GPG Key ID: F1A55E62951B2143

View File

@ -63,7 +63,7 @@ jobs:
sudo make install
sudo ldconfig
- name: python wrappers
- name: old python wrappers
run: |
python3 -m pip install --upgrade pip
pip install pypandoc
@ -79,3 +79,10 @@ jobs:
rustc --version
cargo build
cargo t_all
- name: Build new python wrappers
run: |
cd python
python3 setup.py build
sudo python3 setup.py install
python3 examples/000-print-version.py