We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4681f commit a3a8156Copy full SHA for a3a8156
1 file changed
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
if: ${{ runner.os == 'Windows' }}
132
run: |
133
uv build
134
- PYMUSAS_VERSION = & uv run scripts/get_version.py ./pyproject.toml
+ PYMUSAS_VERSION = uv run scripts/get_version.py ./pyproject.toml
135
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest --doctest-modules pymusas/
136
uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" --with pytest --no-project --isolated pytest tests/functional_tests
137
0 commit comments