diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b2a7d34d..13e38149 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -29,10 +29,10 @@ jobs: - name: Lint with ruff run: poetry run ruff check --fix - - name: Test with pytest + - name: Run tests run: | source .venv/bin/activate - poetry run pytest tests/ --cov=chaturbate_poller --cov-report=xml + pytest tests/ --cov=chaturbate_poller --cov-report=xml - name: Use Codecov to track coverage uses: codecov/codecov-action@v3