File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,10 @@ jobs:
132132 run : |
133133 uv build
134134 $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
135+ uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" \
136+ --with pytest --no-project --isolated pytest --doctest-modules pymusas/
137+ uv run --with "dist/pymusas-${PYMUSAS_VERSION}-py3-none-any.whl" \
138+ --with pytest --no-project --isolated pytest tests/functional_tests
137139
138140 update-binder-requirements :
139141 name : update-binder-requirements
You can’t perform that action at this time.
0 commit comments