Skip to content

Commit

Permalink
install all js dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Nov 23, 2021
1 parent b054999 commit ad79794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install JS dependencies
working-directory: mlflow/server/js
run: |
npm i --only=dev
npm i
- run: |
black .
- working-directory: mlflow/server/js
Expand Down

0 comments on commit ad79794

Please sign in to comment.