Browse Source

pywin32 is no longer necessary for SCons install

https://github.com/SCons/scons/releases/tag/4.1.0
(cherry picked from commit b6f16671ee0247e10b2dba635362fba26395551f)
Bartłomiej T. Listwon 4 years ago
parent
commit
ccd8c5ec66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/windows_builds.yml

+ 2 - 2
.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