From 60c2b912382e4f9fe68399526ddc9cbd5a64f000 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck <60885903+tomsch420@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:40:03 +0200 Subject: [PATCH] Update test-and-build.yml --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 886198b..f41d277 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -56,7 +56,7 @@ jobs: - name: Install user dependencies 🍼 uses: py-actions/py-dependency-install@v4 with: - path: "requirements.txt" + path: "requirements-dev.txt" # ----------------------------------------------------------------------------------------------------------------