We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d49f88 commit 4f82f77Copy full SHA for 4f82f77
1 file changed
.github/workflows/ci.yml
@@ -131,7 +131,6 @@ jobs:
131
if: ${{ runner.os == 'Windows' }}
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 }
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
0 commit comments