Skip to content

Commit 4f82f77

Browse files
committed
Fixed syntax issue
1 parent 7d49f88 commit 4f82f77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ jobs:
131131
if: ${{ runner.os == 'Windows' }}
132132
run: |
133133
uv build
134-
uv run scripts/get_version.py ./pyproject.toml
135134
$PYMUSAS_VERSION = & { uv run scripts/get_version.py ./pyproject.toml }
136135
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest --doctest-modules pymusas/
137136
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest tests/functional_tests

0 commit comments

Comments
 (0)