Use python3 instead of python in examples

This commit is contained in:
Joe Rickerby
2020-02-26 22:10:42 +00:00
parent 6ad0aebaf8
commit 4bc7e4f40d
7 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ jobs:
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
install:
- python -m pip install cibuildwheel==1.1.0
- python3 -m pip install cibuildwheel==1.1.0
script:
# build the wheels, put them into './wheelhouse'
- python -m cibuildwheel --output-dir wheelhouse
- python3 -m cibuildwheel --output-dir wheelhouse