We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ed646 commit 804ba79Copy full SHA for 804ba79
.github/workflows/build-windows-executable-app.yaml
@@ -259,9 +259,9 @@ jobs:
259
./python-${{ env.PYTHON_VERSION }}/python get-pip.py --no-warn-script-location
260
rm get-pip.py
261
262
- - name: Uncomment 'import site' in python311._pth file
+ - name: Uncomment 'import site' in python310._pth file
263
run: |
264
- sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python311._pth
+ sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python310._pth
265
266
- name: Install Required Packages
267
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location
0 commit comments