We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f63d8 commit da63b26Copy full SHA for da63b26
clients/python/Makefile
@@ -127,7 +127,7 @@ install-unit-test: _check_venv_active ## install packages for unit testing clien
127
.PHONY: install-e2e-test
128
install-e2e-test: _check_venv_active guard-OSPARC_VERSION ## install packages for e2e testing client [e2e]
129
$(eval version := $(shell bash $(CLIENTS_PYTHON_DIR)/test/e2e/ci/bash/osparc_version.bash $(OSPARC_VERSION)))
130
- uv pip install -r $(CLIENTS_PYTHON_DIR)/requirements/e2e-test.txt osparc==$(version)
+ uv pip install -r $(CLIENTS_PYTHON_DIR)/requirements/e2e-test.txt osparc-client==$(version) osparc==$(version)
131
132
.PHONY: install-doc
133
install-doc: _check_venv_active .install-dev-reqs ## install packages for generating documentation
0 commit comments