Skip to content

Commit

Permalink
fix: Remove unnecessary installation step.
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Psotta <22392104+MichaelsJP@users.noreply.github.com>
  • Loading branch information
MichaelsJP authored and TheGreatRefrigerator committed Dec 12, 2022
1 parent af8a313 commit a7b1a4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install lint dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Install and run pre-commit
uses: pre-commit/action@v3.0.0
with:
Expand Down

0 comments on commit a7b1a4e

Please sign in to comment.