[workflows] specify pip3 for macos

pull/2478/head
nick black 3 years ago
parent 944184d9b3
commit 55e855cdaf
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -56,7 +56,7 @@ jobs:
- name: python wrappers (old)
run: |
python3 -m pip install --upgrade pip
pip install cffi pypandoc
pip3 install cffi pypandoc
cd cffi
python3 setup.py sdist build
#sudo python3 setup.py install

Loading…
Cancel
Save