File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments