Skip to content

Commit

Permalink
Revert "CI: Bump VM Image Versions in Azure (MacPython#145)" (MacPyth…
Browse files Browse the repository at this point in the history
…on#148)

This reverts commit ff2cf02.
  • Loading branch information
lithomas1 authored Aug 9, 2021
1 parent 9aa620a commit 9fb5720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- template: azure/windows.yml
parameters:
name: windows
vmImage: windows-2019
vmImage: vs2017-win2016
matrix:
py_3.7_32:
PYTHON_VERSION: "3.7"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- template: azure/posix.yml
parameters:
name: macOS
vmImage: macOS-10.15
vmImage: macOS-10.14
matrix:
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
Expand Down
4 changes: 2 additions & 2 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
pip install --timeout=60 $TEST_DEPENDS Cython==$CYTHON_BUILD_DEP
pip install twine wheel
pushd pandas
cp "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Redist/MSVC/14.29.30036/$PYTHON_ARCH/Microsoft.VC142.CRT/msvcp140.dll" pandas/_libs/window
cp "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Redist/MSVC/14.29.30036/$PYTHON_ARCH/Microsoft.VC142.CRT/concrt140.dll" pandas/_libs/window
cp "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Redist/MSVC/14.16.27012/$PYTHON_ARCH/Microsoft.VC141.CRT/msvcp140.dll" pandas/_libs/window
cp "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Redist/MSVC/14.16.27012/$PYTHON_ARCH/Microsoft.VC141.CRT/concrt140.dll" pandas/_libs/window
python setup.py build
python setup.py bdist_wheel
ls dist
Expand Down

0 comments on commit 9fb5720

Please sign in to comment.