Skip to content

Commit 7979736

Browse files
committed
Fixed syntax issue
1 parent 4f82f77 commit 7979736

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ jobs:
132132
run: |
133133
uv build
134134
$PYMUSAS_VERSION = & { uv run scripts/get_version.py ./pyproject.toml }
135-
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest --doctest-modules pymusas/
136-
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest tests/functional_tests
135+
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" \
136+
--with pytest --no-project --isolated pytest --doctest-modules pymusas/
137+
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" \
138+
--with pytest --no-project --isolated pytest tests/functional_tests
137139
138140
update-binder-requirements:
139141
name: update-binder-requirements

0 commit comments

Comments
 (0)