Skip to content

Commit

Permalink
Remove duplicate pre-commit from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jun 15, 2023
1 parent 1580b66 commit 9b2b0da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Run pre-commit
if: ${{ matrix.python-version == '3.10' }}
uses: pre-commit/action@v3.0.0

- name: Cache poetry virtualenv
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9b2b0da

Please sign in to comment.