diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index f9acd91467..77a9a6544e 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -52,11 +52,8 @@ jobs: with: python-version: "3.12" - run: pip install pipx - - run: pipx install pipenv + - run: pipx install pipenv pyinstaller - run: pipenv install --dev -e . - # https://github.com/pyinstaller/pyinstaller/issues/8665 - # Current setuptools is 71.x.x. Most recent 70.x.x version is 70.3.0. - - run: pipenv install setuptools==70.3.0 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