You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mypy: $(SCRIPTS_DIR)/mypy.bash $(CLIENTS_PYTHON_DIR)/mypy.ini ## runs mypy python static type-checker on this services's code. Use AFTER make install-*
120
-
@$(SCRIPTS_DIR)/mypy.bash client
124
+
@$(SCRIPTS_DIR)/mypy.bash src/osparc
125
+
126
+
121
127
122
128
.PHONY: test-dev
123
129
test-dev: _check_venv_active ## runs tests during development
@@ -130,26 +136,29 @@ test-dev: _check_venv_active ## runs tests during development
130
136
--pdb \
131
137
$(CLIENTS_PYTHON_DIR)/test/test_osparc
132
138
139
+
140
+
133
141
.PHONY: dist
134
142
dist: artifacts_dir ## builds distribution wheel for `osparc_client` and `osparc` packages -> $(ARTIFACTS_DIR)/dist
135
-
#installs pypa/build
143
+
#Installing pypa/build ...
136
144
python -m pip install build
137
-
# Build a binary wheel and a source tarball
145
+
# Building a binary wheel and a source tarball ...
0 commit comments