Skip to content

Commit

Permalink
Update release_github_text.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed May 9, 2024
1 parent 278dfc2 commit 19f0102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_github_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install -r requirements.txt
pip install --force-reinstall pyinstaller
pip install --force-reinstall -r requirements.txt
- name: Build with pyinstaller
run: pyinstaller ${{ env.PACKAGE_NAME }}.spec
Expand Down

0 comments on commit 19f0102

Please sign in to comment.