We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df27f1 commit db8134dCopy full SHA for db8134d
1 file changed
.github/workflows/test.yml
@@ -47,5 +47,9 @@ jobs:
47
- name: Install dependencies
48
run: uv sync --extra test
49
50
+ # On windows-latest, bash tests auto-skip unless Git-for-Windows
51
+ # bash (MSYS2/MINGW) is detected. The WSL launcher is rejected
52
+ # because it cannot handle native Windows paths in test fixtures.
53
+ # See tests/conftest.py::_has_working_bash() for details.
54
- name: Run tests
55
run: uv run pytest
0 commit comments