Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sashgorokhov committed Sep 19, 2023
1 parent e4a1635 commit 47c4798
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v3
with:
python-version: "3.9"
cache: poetry
- run: poetry install
- run: poetry install --with dev
- name: Run pre-commit
run: |
poetry run pre-commit run -a --show-diff-on-failure
Expand Down

0 comments on commit 47c4798

Please sign in to comment.