diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 08c47fe..6b7d8a3 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -32,6 +32,12 @@ jobs: - name: Update Env for custom build run: | echo "${{ secrets.ENVS }}" >> .env + + - name: Install Requirements + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + - name: Should build? id: should_build shell: bash