From 43ed12e408df1a99ff72736265713b2c79cc66e0 Mon Sep 17 00:00:00 2001 From: KPrasch Date: Tue, 6 Feb 2024 02:57:46 +0100 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index bb23bdf..ab660bc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,5 +28,5 @@ jobs: python -m pip install --upgrade pip pip install -e .[test] - name: Test with pytest - working-directory: tests + working-directory: ../tests run: pytest