diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b97ed5d3..a718d773 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,8 +92,7 @@ jobs: run: poetry install - name: Test with pytest - shell: poetry run - run: pytest -v --cov=project --cov-report=xml --cov-append + run: poetry run pytest -v --cov=project --cov-report=xml --cov-append # TODO: this is taking too long to run, and is failing consistently. Need to debug this before making it part of the CI again. # - name: Test with pytest (only slow tests)