Skip to content

Commit 354629e

Browse files
committed
Escape strings in yml
1 parent 3b349b9 commit 354629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# We don't need to specify ninja as a requirement in pyproject.toml
157157
# because without --no-build-isolation meson-python handles it
158158
# automatically in get_requirements_for_build_wheel().
159-
- run: 'pip install cython==3.0 meson-python==0.13 ninja<1.11'
159+
- run: 'pip install "cython==3.0" "meson-python==0.13" "ninja<1.11"'
160160
- run: pip install --no-build-isolation .
161161
- run: python -m flint.test --verbose
162162

0 commit comments

Comments
 (0)