Skip to content

Commit

Permalink
check: does python3.8 exist on the windows appveyor image?
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-mv committed Feb 6, 2020
1 parent 87a682b commit 48be13e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor-windows-build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ install:
- "echo %PYTHON_HOME%"
- "echo %PATH%"
- "python --version"
# Check if python3.8 exists on the image
- "C:\\Python38-x64\\python.exe --version"

# Upgrade setuptools, wheel and virtualenv
- "python -m pip install --upgrade setuptools wheel virtualenv"
Expand Down

0 comments on commit 48be13e

Please sign in to comment.