Skip to content

Commit efaf816

Browse files
committed
Remove helpers
1 parent dc5dd66 commit efaf816

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ jobs:
125125
uv-dependency-install-flags: "-v --reinstall-package example-fgen-basic -Ccompile-args='-v' --all-extras --group tests "
126126
- name: Run tests
127127
run: |
128-
echo $CI
129-
ls C:/mingw64/bin
130-
# ls C:\\ProgramData\\mingw64\\mingw64\\bin
131128
COV_DIR=`uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'`
132129
uv run --no-sync pytest -r a -v tests src --doctest-modules --doctest-report ndiff --cov=${COV_DIR} --cov-report=term-missing --cov-report=xml
133130
uv run --no-sync coverage report

0 commit comments

Comments
 (0)