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 c519349 commit 57b23a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --user poetry
echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "$HOME/.local/bin" >> $PATH
poetry --version
make install
- name: Run lint
run: make lint

0 comments on commit 57b23a7

Please sign in to comment.