Skip to content

Commit 4941901

Browse files
committed
Tmp fix windows
1 parent 7fa45e8 commit 4941901

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches: [ "*" ]
1313

14+
#"Visual Studio 17 2022"
1415
jobs:
1516
build:
1617
runs-on: ${{ matrix.os }}
@@ -65,7 +66,7 @@ jobs:
6566
shell: cmd
6667
run: |
6768
python -m pip install --upgrade pip setuptools wheel numpy
68-
tools\package.bat Release "Visual Studio 17 2022" package_wheel "-DENABLE_APPS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_CSHARP=OFF -DPython_EXECUTABLE=${{ steps.cpver.outputs.python-path }}" -DENABLE_PORTABLE=ON
69+
tools\package.bat Release "Visual Studio 16 2019" package_wheel "-DENABLE_APPS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_CSHARP=OFF -DPython_EXECUTABLE=${{ steps.cpver.outputs.python-path }}" -DENABLE_PORTABLE=ON -A x64
6970
7071
- name: Mac OSX Package Python
7172
if: ${{ startsWith(matrix.os, 'macOS') }}

0 commit comments

Comments
 (0)