File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ install-unit-test: _check_venv_active ## install packages for unit testing clien
112
112
uv pip install -r $(CLIENTS_PYTHON_DIR ) /requirements/unit-test.txt
113
113
114
114
.PHONY : install-e2e-test
115
- install-e2e-test : _check_venv_active # # install packages for e2e testing client
115
+ install-e2e-test : _check_venv_active # # install packages for e2e testing client [e2e]
116
116
uv pip install -r $(CLIENTS_PYTHON_DIR ) /requirements/e2e-test.txt
117
117
118
118
.PHONY : install-doc
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def osparc_dev_features_enabled() -> bool:
17
17
18
18
def repo_version () -> Version :
19
19
subprocess .run (
20
- "make client/ VERSION" , cwd = _clients_python_dir .resolve (), shell = True
20
+ "make VERSION" , cwd = _clients_python_dir .resolve (), shell = True
21
21
).check_returncode ()
22
22
version_file : Path = Path (_clients_python_dir / "VERSION" )
23
23
assert version_file .is_file ()
You can’t perform that action at this time.
0 commit comments