Fix pythonpath for windows

This commit is contained in:
Manuel Cortez 2021-12-23 14:57:22 -06:00
parent 3d41c3fc6b
commit 716a83b009
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -17,7 +17,7 @@ steps:
- name: Install Python
environment:
PYTHON3_32: C:\\python37\\python.exe
PYTHON3_32: C:\python37\python.exe
commands:
- 'choco install python --version 3.7.9 -y -ForceX86'
- '&$env:PYTHON3_32 -V'