We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145043f commit 5b6318fCopy full SHA for 5b6318f
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