We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eb25a commit 2f7286fCopy full SHA for 2f7286f
.github/workflows/windows.yml
@@ -75,13 +75,13 @@ jobs:
75
# don't get compiled properly.
76
- name: Bootstrap Python environment
77
run: |
78
- py.exe build-windows.py --help
+ py.exe -3.9 build-windows.py --help
79
80
- name: Build
81
shell: cmd
82
83
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"
84
- py.exe build-windows.py --python ${{ matrix.py }} --sh c:\tools\cygwin\bin\sh.exe --profile ${{ matrix.profile }}
+ py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\tools\cygwin\bin\sh.exe --profile ${{ matrix.profile }}
85
86
- name: Validate Distribution
87
0 commit comments