Skip to content

Commit

Permalink
add lists for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 15, 2024
1 parent b4b42e7 commit 8c7f210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ jobs:
- name: install package
run: |
mamba list
python -m pip install -U pip
python -m pip install -e .[dev]
python setup.py build_ext --inplace # required for C coverage
ls -la ilpy
env:
CYTHON_TRACE: 1 # enable coverage of cython code
CFLAGS: "-coverage" # enable coverage of C code
Expand Down

0 comments on commit 8c7f210

Please sign in to comment.