Przeglądaj źródła

pywin32 is no longer necessary for SCons install

https://github.com/SCons/scons/releases/tag/4.1.0
Bartłomiej T. Listwon 4 lat temu
rodzic
commit
b6f16671ee
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/workflows/windows_builds.yml

+ 2 - 2
.github/workflows/windows_builds.yml

@@ -46,7 +46,7 @@ jobs:
     - name: Configuring Python packages
     - name: Configuring Python packages
       run: |
       run: |
         python -c "import sys; print(sys.version)"
         python -c "import sys; print(sys.version)"
-        python -m pip install scons pywin32
+        python -m pip install scons
         python --version
         python --version
         scons --version
         scons --version
 
 
@@ -102,7 +102,7 @@ jobs:
     - name: Configuring Python packages
     - name: Configuring Python packages
       run: |
       run: |
         python -c "import sys; print(sys.version)"
         python -c "import sys; print(sys.version)"
-        python -m pip install scons pywin32
+        python -m pip install scons
         python --version
         python --version
         scons --version
         scons --version