diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07d73ed..95135ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: timeout_minutes: 5 max_attempts: 5 retry_wait_seconds: 120 - command: make venv + command: make clean-venv venv - name: Build using pyinstaller shell: bash