From ef97976483dde503a93c8e017aaa2c938810ef28 Mon Sep 17 00:00:00 2001 From: David Vlaminck <95089472+davidvlaminck@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:06:05 +0200 Subject: [PATCH] Update auto_update.yml --- .github/workflows/auto_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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