windows: pull python/rust for the moment

pull/2041/head
nick black 3 years ago
parent a523973125
commit 3cd0b22026
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -76,19 +76,19 @@ jobs:
cd build
make install
- name: python wrappers
run: |
python3 -m pip install --upgrade pip
pip install pypandoc
cd cffi
python3 setup.py sdist build
python3 setup.py install
notcurses-pydemo > /dev/null
ncdirect-pydemo > /dev/null
#- name: python wrappers
#run: |
#python3 -m pip install --upgrade pip
#pip install pypandoc
#cd cffi
#python3 setup.py sdist build
#python3 setup.py install
#notcurses-pydemo > /dev/null
#ncdirect-pydemo > /dev/null
- name: rust wrappers
run: |
cd rust
rustc --version
cargo build
cargo t_all
#- name: rust wrappers
#run: |
#cd rust
#rustc --version
#cargo build
#cargo t_all

Loading…
Cancel
Save