Skip to content

Commit 23d2c34

Browse files
committed
Fixed syntax issue
1 parent d0c0e9b commit 23d2c34

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
@@ -121,7 +121,6 @@ jobs:
121121
if: ${{ runner.os == 'macOS' || runner.os == 'Linux' }}
122122
run: |
123123
uv build
124-
uv run scripts/get_version.py ./pyproject.toml
125124
PYMUSAS_VERSION=$(uv run scripts/get_version.py ./pyproject.toml)
126125
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" \
127126
--with pytest --no-project --isolated pytest --doctest-modules pymusas/
@@ -132,6 +131,7 @@ jobs:
132131
if: ${{ runner.os == 'Windows' }}
133132
run: |
134133
uv build
134+
uv run scripts/get_version.py ./pyproject.toml
135135
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

0 commit comments

Comments
 (0)