Skip to content

Commit

Permalink
pip -> pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Oct 17, 2024
1 parent 8a34021 commit dd96112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: spell check
run: |
pip install codespell==2.1.0 --break-system-packages
pip3 install codespell==2.1.0 --break-system-packages
# codespell considers some repo name in go.sum are misspelled
git grep --cached -l '' | grep -v go.sum |xargs codespell --ignore-words=.ignore_words
- name: Merge conflict
Expand Down

0 comments on commit dd96112

Please sign in to comment.