Skip to content

Commit db8134d

Browse files
committed
ci: add comment explaining Windows bash test behavior
1 parent 5df27f1 commit db8134d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@ jobs:
4747
- name: Install dependencies
4848
run: uv sync --extra test
4949

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.
5054
- name: Run tests
5155
run: uv run pytest

0 commit comments

Comments
 (0)