mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
workflows: Build new python binds on ubuntu
This commit is contained in:
parent
7e8b947508
commit
4daa1ba77b
9
.github/workflows/ubuntu_test.yml
vendored
9
.github/workflows/ubuntu_test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user