We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6109eb6 commit 735c872Copy full SHA for 735c872
.github/workflows/ci.yaml
@@ -126,7 +126,7 @@ jobs:
126
- name: Run tests
127
run: |
128
echo $CI
129
- ls C:\ProgramData\mingw64\mingw64\bin
+ ls C:\\ProgramData\\mingw64\\mingw64\\bin
130
COV_DIR=`uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'`
131
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
132
uv run --no-sync coverage report
0 commit comments