From ccd8c5ec662f5f6ce51106442a1eddcfc5c3426a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20T=2E=20Listwon?= Date: Wed, 19 May 2021 08:49:45 +0200 Subject: [PATCH] pywin32 is no longer necessary for SCons install https://github.com/SCons/scons/releases/tag/4.1.0 (cherry picked from commit b6f16671ee0247e10b2dba635362fba26395551f) --- .github/workflows/windows_builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 472cb806c05..05240fd2965 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -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 @@ -97,7 +97,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