Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Aug 12, 2024
1 parent 390b40a commit 6ceca77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make install
run: |
python -m pip install --upgrade pip
pip install poetry
make install
- name: Run lint
run: make lint

0 comments on commit 6ceca77

Please sign in to comment.