|
@@ -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
|
|
|
|
|
|
@@ -97,7 +97,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
|
|
|
|
|