diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4ec5aae..416ddf0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -29,5 +29,4 @@ jobs: python -m pip install --upgrade pip python -m pip install .[test] - name: Test with pytest - run: | - python run_tests.py + run: pytest