diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b1d9fa8..a390691 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -23,10 +23,9 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.12" - - name: Install dependencies + - name: Install dependencies and build script run: | python -m pip install --upgrade pip - pip install -r requirements.txt pyinstaller bash build_executable_mac.sh - name: Lint with flake8 run: |