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 0b36057 commit 2023616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_github_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-latest
env:
POETRY_VIRTUALENVS_CREATE: false
PIP_DISABLE_PIP_VERSION_CHECK: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip python --force-reinstall pip
pip install pyinstaller
pip install -r requirements.txt
Expand Down

0 comments on commit 2023616

Please sign in to comment.