From d9210ec7cc71225b71e38180c853b85e6f0e5403 Mon Sep 17 00:00:00 2001 From: Ballard Date: Tue, 13 Feb 2024 15:07:05 -0500 Subject: [PATCH] chore: remove directory specification in workflow --- .github/workflows/pytest.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index cb987aa1..eb960241 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -18,10 +18,8 @@ jobs: - name: Install dependencies run: | - cd server pip install -r requirements.txt - name: Run pytest run: | - cd server pytest