diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index af2e4e39..3dd456fc 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -40,7 +40,8 @@ jobs: name: Run tests with coverage runs-on: ubuntu-latest env: - DEPENDENCY_INJECTOR_DEBUG_MODE: 0 # Cython version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'" + # Cython's version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'" + # DEPENDENCY_INJECTOR_DEBUG_MODE: 1 COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: