mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #48833 from Pineapple/remove-pywin32-from-github-workflow
pywin32 is no longer necessary for SCons install
This commit is contained in:
commit
26f0a86482
4
.github/workflows/windows_builds.yml
vendored
4
.github/workflows/windows_builds.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: Configuring Python packages
|
||||
run: |
|
||||
python -c "import sys; print(sys.version)"
|
||||
python -m pip install scons pywin32
|
||||
python -m pip install scons
|
||||
python --version
|
||||
scons --version
|
||||
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
- name: Configuring Python packages
|
||||
run: |
|
||||
python -c "import sys; print(sys.version)"
|
||||
python -m pip install scons pywin32
|
||||
python -m pip install scons
|
||||
python --version
|
||||
scons --version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user