chore: Update lint workflow to use poetry for running Mypy (#3630)
Update lint workflow to run Mypy directly with poetry
This commit is contained in:
parent
1ed5ce8e26
commit
1a5752c025
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-py.yml
vendored
2
.github/workflows/lint-py.yml
vendored
|
|
@ -38,6 +38,6 @@ jobs:
|
|||
poetry install
|
||||
- name: Run Mypy
|
||||
run: |
|
||||
make lint
|
||||
poetry run mypy --namespace-packages -p "langflow"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.github_token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue