diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713dcac..de2211c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: python -m pip install numpy${{ matrix.numpy }} - name: Run tests - run: pytest -v + run: pytest -v tests --color=yes build_wheels: if: github.event_name != 'pull_request'