We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d55fd commit 85e4cc8Copy full SHA for 85e4cc8
.github/workflows/ci.yml
@@ -166,6 +166,7 @@ jobs:
166
path-type: inherit
167
168
- name: Build
169
+ shell: msys2 {0}
170
run: |
171
# Install build dependencies manually as workaround for https://github.com/astral-sh/uv/issues/1516
172
uv pip install \
@@ -180,6 +181,7 @@ jobs:
180
181
uv sync --frozen --inexact --no-build-isolation -v --no-editable --config-settings=builddir=builddir
182
183
- name: Test
184
185
186
uv run --frozen ./sage -t --all -p4 || true
187
0 commit comments