Skip to content

Commit a94d90b

Browse files
authored
Update build_wheels_windows.yml
1 parent b1f5096 commit a94d90b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
python -m pip install --upgrade pip
6969
python -m pip install --upgrade setuptools
7070
python -m pip install cmake
71-
set "CMAKE_GENERATOR=Visual Studio 17 2022"
7271
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
7372
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7473
shell: cmd

0 commit comments

Comments
 (0)