Skip to content

Commit

Permalink
Remove tracing from the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jun 5, 2024
1 parent 9aba7a8 commit bd4b334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd4b334

Please sign in to comment.