Skip to content

Commit

Permalink
fix ls
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 15, 2024
1 parent d55c1f6 commit 389571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
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
ls -la src/ilpy # ensure the libraries are present
env:
CYTHON_TRACE: 1 # enable coverage of cython code
CFLAGS: "-coverage" # enable coverage of C code
Expand Down

0 comments on commit 389571a

Please sign in to comment.