Skip to content

Commit

Permalink
update pip install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPanda committed Aug 10, 2024
1 parent 509c1ca commit 8defb56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
python-version: '3.12'

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

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

0 comments on commit 8defb56

Please sign in to comment.