Skip to content

Commit 804ba79

Browse files
authored
Update build-windows-executable-app.yaml
1 parent c5ed646 commit 804ba79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows-executable-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ jobs:
259259
./python-${{ env.PYTHON_VERSION }}/python get-pip.py --no-warn-script-location
260260
rm get-pip.py
261261
262-
- name: Uncomment 'import site' in python311._pth file
262+
- name: Uncomment 'import site' in python310._pth file
263263
run: |
264-
sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python311._pth
264+
sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python310._pth
265265
266266
- name: Install Required Packages
267267
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location

0 commit comments

Comments
 (0)