diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07b29b51..a8c0dfbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: echo requirements installed - name: Run tests run: | - cd test + cd tests pip install pytest pytest