We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609f1ce commit 9791d81Copy full SHA for 9791d81
1 file changed
makefile
@@ -58,11 +58,11 @@ build-python-package:
58
@uv build
59
60
.PHONY: functional-tests
61
-functional-tests:
62
- @uv run --with dist/pymusas-$$("${VERSION_CMD}")-py3-none-any.whl \
63
- --with pytest --no-project --isolated pytest --doctest-modules pymusas/
+functional-tests: build-python-package
64
@uv run --with dist/pymusas-$$("${VERSION_CMD}")-py3-none-any.whl \
65
--with pytest --no-project --isolated pytest tests/functional_tests
+ @uv run --with dist/pymusas-$$("${VERSION_CMD}")-py3-none-any.whl[neural] \
+ --with pytest --no-project --isolated pytest --doctest-modules pymusas/
66
67
.PHONY: release-notes
68
release-notes:
0 commit comments