Browse Source

Adding install for linting and testing

tags/v0.3.6-rc0
haixuanTao 1 year ago
parent
commit
ee95b7be04
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/node-hub-ci-cd.yml

+ 1
- 0
.github/workflows/node-hub-ci-cd.yml View File

@@ -27,6 +27,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
pip install black pylint pytest

- name: Set up Rust
uses: actions-rs/toolchain@v1


Loading…
Cancel
Save