Skip to content

Commit

Permalink
algorithm-deps-install (#1081)
Browse files Browse the repository at this point in the history
* add dependencyInstallCmd option to algorithm
add python support

* add nodejs support

* fix install deps script permission

* add test .... bump version [skip ci]
  • Loading branch information
actions-user committed Jan 5, 2021
1 parent faf983d commit 048f0ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/algorithm-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/algorithm-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algorithm-builder",
"version": "2.0.25",
"version": "2.0.26",
"description": "build algorithm with hkube worker connectivity",
"author": "Hkube",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion core/api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-server",
"version": "2.0.18",
"version": "2.0.19",
"description": "Hkube Api Server",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit 048f0ce

Please sign in to comment.