Skip to content

Commit bd4b334

Browse files
committed
Remove tracing from the coverage job
1 parent 9aba7a8 commit bd4b334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests-and-linters.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
name: Run tests with coverage
4141
runs-on: ubuntu-latest
4242
env:
43-
DEPENDENCY_INJECTOR_DEBUG_MODE: 0 # Cython version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'"
43+
# Cython's version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'"
44+
# DEPENDENCY_INJECTOR_DEBUG_MODE: 1
4445
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647
steps:

0 commit comments

Comments
 (0)