Remove tracing from the coverage job

This commit is contained in:
Roman Mogylatov 2024-06-04 23:27:27 -04:00
parent 93505331a9
commit b9004a25d0

View File

@ -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: