Skip to content

Commit 7d49f88

Browse files
committed
Fixed syntax issue
1 parent 99f5e42 commit 7d49f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: |
133133
uv build
134134
uv run scripts/get_version.py ./pyproject.toml
135-
$PYMUSAS_VERSION = { uv run scripts/get_version.py ./pyproject.toml }
135+
$PYMUSAS_VERSION = & { uv run scripts/get_version.py ./pyproject.toml }
136136
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest --doctest-modules pymusas/
137137
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest tests/functional_tests
138138

0 commit comments

Comments
 (0)