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 458f483 commit b0c086d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
components: rustfmt, clippy
- uses: actions/checkout@v4
- name: Install poetry
run: |
curl -O -sSL https://install.python-poetry.org/install-poetry.py
python${{ matrix.python-version }} install-poetry.py -y --version 1.1.12
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
rm install-poetry.py
run: pipx install poetry
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: "3.11"
cache: "poetry"
- uses: pre-commit/action@v3.0.0
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit b0c086d

Please sign in to comment.