pause new python wrappers on macos for now

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

@ -78,12 +78,12 @@ jobs:
notcurses-pydemo > /dev/null
ncdirect-pydemo > /dev/null
- name: python wrappers (new)
run: |
cd python
python3 setup.py build
sudo python3 setup.py install
python3 examples/000-print-version.py
# - name: python wrappers (new)
#run: |
#cd python
#python3 setup.py build
#sudo python3 setup.py install
#python3 examples/000-print-version.py
- name: rust wrappers
run: |

Loading…
Cancel
Save