mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
disable old python wrappers on macos for now
This commit is contained in:
parent
1754451cf9
commit
acca18b1b5
12
.github/workflows/macos_test.yml
vendored
12
.github/workflows/macos_test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user