disable old python wrappers on macos for now

This commit is contained in:
nick black 2022-01-21 06:02:23 -05:00
parent 1754451cf9
commit acca18b1b5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -53,12 +53,12 @@ jobs:
cd build
sudo make install
- name: python wrappers (old)
run: |
python3 -m pip install --upgrade pip
pip3 install cffi pypandoc
cd cffi
python3 setup.py sdist build
#- name: python wrappers (old)
#run: |
#python3 -m pip install --upgrade pip
#pip3 install cffi pypandoc
#cd cffi
#python3 setup.py sdist build
#sudo python3 setup.py install
#notcurses-pydemo > /dev/null
#ncdirect-pydemo > /dev/null