fix(ci): add shell: bash to conditional install step for Windows

The bash [[ ]] syntax fails on Windows runners which default to
PowerShell. Explicitly setting shell: bash fixes the ParserError.
This commit is contained in:
Kevin Turcios 2026-04-09 22:22:11 -05:00
parent 145043fdb3
commit 5b6318fcbb

View file

@ -139,6 +139,7 @@ jobs:
enable-cache: true
- name: Install dependencies
shell: bash
run: |
if [[ "${{ matrix.python-version }}" == "3.9" || "${{ matrix.python-version }}" == "3.13" ]]; then
uv sync --group tests