We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba7a8 commit bd4b334Copy full SHA for bd4b334
.github/workflows/tests-and-linters.yml
@@ -40,7 +40,8 @@ jobs:
40
name: Run tests with coverage
41
runs-on: ubuntu-latest
42
env:
43
- 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'"
44
+ # DEPENDENCY_INJECTOR_DEBUG_MODE: 1
45
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
steps:
0 commit comments