From 6c9c993f8276d7a127c1f5d6fd85542364be48bd Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 23 Jul 2024 20:03:51 -0500 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 77a9a6544e..c145f2d015 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -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