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