Skip to content

Commit

Permalink
Update pyinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jul 24, 2024
1 parent 506e0c3 commit 6c9c993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install pipx
- run: pipx install pipenv pyinstaller
- run: pip install pipenv --user
- run: pipenv install --dev -e .
- run: pipenv install pyinstaller
- run: pipenv run bikeshed update
- run: pipenv run pyinstaller -y --collect-data=bikeshed --name=bikeshed ./bikeshed.py # ./bikeshed/__main__.py
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6c9c993

Please sign in to comment.