Skip to content

Commit

Permalink
test precommit change
Browse files Browse the repository at this point in the history
  • Loading branch information
ani authored and ani committed Mar 6, 2024
1 parent b0c086d commit a6b640e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.11' ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -31,7 +28,7 @@ jobs:
run: pipx install poetry
- uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.10"
cache: "poetry"
- uses: pre-commit/action@v3.0.0
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit a6b640e

Please sign in to comment.