diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8907978..fa9f576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,12 @@ jobs: run: | pip install --upgrade pip pip install . + - name: Check Python executable path + run: | + which python - name: Test with pytest run: | - coverage run -m pytest tests + coverage run -m pytest -v tests - name: Upload Coverage to Codecov if: ${{ matrix.python-version == 3.11 && matrix.platform == 'ubuntu-latest' }}