Skip to content

Commit 0ac144a

Browse files
committed
Try agaim
1 parent 735c872 commit 0ac144a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
- name: Run tests
127127
run: |
128128
echo $CI
129-
ls C:\\ProgramData\\mingw64\\mingw64\\bin
129+
ls C:/mingw64/bin
130+
# ls C:\\ProgramData\\mingw64\\mingw64\\bin
130131
COV_DIR=`uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'`
131132
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
132133
uv run --no-sync coverage report

0 commit comments

Comments
 (0)