Skip to content

Commit a3a8156

Browse files
committed
Fixed syntax issue
1 parent fd4681f commit a3a8156

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
@@ -131,7 +131,7 @@ jobs:
131131
if: ${{ runner.os == 'Windows' }}
132132
run: |
133133
uv build
134-
PYMUSAS_VERSION = & uv run scripts/get_version.py ./pyproject.toml
134+
PYMUSAS_VERSION = uv run scripts/get_version.py ./pyproject.toml
135135
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest --doctest-modules pymusas/
136136
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest tests/functional_tests
137137

0 commit comments

Comments
 (0)