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 0252a7d commit 458f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install poetry
run: |
curl -O -sSL https://install.python-poetry.org/install-poetry.py
python install-poetry.py -y --version 1.1.12
python${{ matrix.python-version }} install-poetry.py -y --version 1.1.12
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
rm install-poetry.py
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 458f483

Please sign in to comment.