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