Skip to content

Commit

Permalink
clients/py: added dev dependencies to lint CI stage
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Nov 6, 2023
1 parent 0cdd779 commit 95a77bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: python3 -mpip install --user -r requirements.txt
- name: Install dev dependencies
run: python3 -mpip install --user -r requirements.dev.txt
- name: mypy
run: make mypy
- name: pylint
Expand Down

0 comments on commit 95a77bd

Please sign in to comment.