Henry Schreiner
2021-04-25 00:55:16 -04:00
committed by Henry Schreiner
parent e6cab342a8
commit f27943608b
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
pool: {vmImage: 'vs2017-win2016'}
steps:
- task: UsePythonVersion@0
- script: choco install vcpython27 -f -y
- script: choco upgrade vcpython27 -y
displayName: Install Visual C++ for Python 2.7
- bash: |
set -o errexit
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
run: choco install vcpython27 -f -y
run: choco upgrade vcpython27 -y
- name: Build wheels
uses: joerick/cibuildwheel@v1.10.0
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
run: choco install vcpython27 -f -y
run: choco upgrade vcpython27 -y
- name: Build wheels
uses: joerick/cibuildwheel@v1.10.0
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
run: choco install vcpython27 -f -y
run: choco upgrade vcpython27 -y
- name: Set up QEMU
if: runner.os == 'Linux'
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- os: windows
language: shell
before_install:
- choco install python --version 3.8.6
- choco upgrade python -y --version 3.8.6
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
# make sure it's on PATH as 'python3'
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- os: windows
language: shell
before_install:
- choco install python --version 3.8.6
- choco upgrade python -y --version 3.8.6
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
# make sure it's on PATH as 'python3'
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
+1 -1
View File
@@ -14,7 +14,7 @@ python:
before_install:
- |
if [[ "$TRAVIS_OS_NAME" = windows ]]; then
choco install python --version 3.8.6
choco upgrade python -y --version 3.8.6
export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
# make sure it's on PATH as 'python3'
ln -s /c/Python38/python.exe /c/Python38/python3.exe