Skip to content

Commit

Permalink
Fix linter action (#20)
Browse files Browse the repository at this point in the history
* fix linter action

* update pip install cmd

* update pip install cmd

* update pip install cmd
  • Loading branch information
OldPanda authored Aug 10, 2024
1 parent f7f22c2 commit 6d32a31
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install Python dependencies
run: |
pip install black \
pip install mypy \
pip install .
run: pip install black mypy .

- name: Run black
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit 6d32a31

Please sign in to comment.