From f1cd88d89d152363382484ee04bed47362390286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hynek=20Kydl=C3=AD=C4=8Dek?= Date: Sat, 9 Sep 2023 21:59:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixed=20invalid=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c590b43..f7a8f2b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install dependencies - run: pip install -r requirements.txt && pip install -r requirements-test.txt + run: pip install -r requirements.test.txt - name: Run tests run: python -m unittest discover -s tests -p "*_tests.py" # Replace with your test command