Skip to content

Commit 9791d81

Browse files
committed
Neural based tagger caching in CI pipeline
1 parent 609f1ce commit 9791d81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ build-python-package:
5858
@uv build
5959

6060
.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/
61+
functional-tests: build-python-package
6462
@uv run --with dist/pymusas-$$("${VERSION_CMD}")-py3-none-any.whl \
6563
--with pytest --no-project --isolated pytest tests/functional_tests
64+
@uv run --with dist/pymusas-$$("${VERSION_CMD}")-py3-none-any.whl[neural] \
65+
--with pytest --no-project --isolated pytest --doctest-modules pymusas/
6666

6767
.PHONY: release-notes
6868
release-notes:

0 commit comments

Comments
 (0)