diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f5d1639..cd07d74 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -25,4 +25,4 @@ jobs: run: pip install -r requirements.txt - name: Run pytest - run: python -m pytest --import-mode=append tests/ + run: pytest tests/