Skip to content

Commit

Permalink
chore: Update lint workflow to use poetry for running Mypy (#3630)
Browse files Browse the repository at this point in the history
Update lint workflow to run Mypy directly with poetry
  • Loading branch information
ogabrielluiz authored Aug 30, 2024
1 parent 1ed5ce8 commit 1a5752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1a5752c

Please sign in to comment.