Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBear authored Feb 7, 2023
1 parent f605ea6 commit 4c3c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
python-version: '3.11'

- run: pip install --user -U pip setuptools wheel && pip install -Ur requirements.txt pyinstaller
- run: pip install -Ur requirements.txt pyinstaller
- run: ${{matrix.CMD_BUILD}}
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
Expand Down

0 comments on commit 4c3c20b

Please sign in to comment.