Skip to content

Commit

Permalink
hashes_problem test, Update build-windows-executable-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj authored May 8, 2024
1 parent 742f7b8 commit 2b266f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python311._pth
- name: Install Required Packages
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install -r requirements.txt --no-warn-script-location
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location

- name: Create run_app.bat file
run: |
Expand Down

0 comments on commit 2b266f6

Please sign in to comment.