Skip to content

Commit

Permalink
Revert "Install setuptools manually for 3.7 venv."
Browse files Browse the repository at this point in the history
This reverts commit 5ddef70.
  • Loading branch information
Peguen committed Jan 15, 2025
1 parent 5ddef70 commit 888bc1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ jobs:
py -3.7 -m venv ".venv_37"
CALL ".venv_37\Scripts\activate.bat"
pip install wheel
pip install setuptools
cmake %GITHUB_WORKSPACE% -G "Visual Studio 16 2019" -A x64 -T v142 -DPython_FIND_VIRTUALENV=FIRST
cmake %GITHUB_WORKSPACE% -G "Visual Studio 16 2019" -A x64 -T v142 -DPython_FIND_VIRTUALENV=ONLY
cmake --build . --target create_python_wheel --config Release
Expand Down

0 comments on commit 888bc1a

Please sign in to comment.