diff --git a/.github/workflows/auto_update.yml b/.github/workflows/auto_update.yml index b752552c8..b58d5e7aa 100644 --- a/.github/workflows/auto_update.yml +++ b/.github/workflows/auto_update.yml @@ -22,7 +22,7 @@ jobs: - name: Install Python dependencies uses: py-actions/py-dependency-install@v4 with: - path: "requirements.txt" + path: "requirements_update.txt" - name: Run automatic update run: python3 automatic_update.py working-directory: ./model_update