We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 145043f + 5b6318f commit e73492fCopy full SHA for e73492f
1 file changed
.github/workflows/ci.yaml
@@ -139,6 +139,7 @@ jobs:
139
enable-cache: true
140
141
- name: Install dependencies
142
+ shell: bash
143
run: |
144
if [[ "${{ matrix.python-version }}" == "3.9" || "${{ matrix.python-version }}" == "3.13" ]]; then
145
uv sync --group tests
0 commit comments