Skip to content

Commit

Permalink
ci(github): fix lint-and-type action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Oct 15, 2024
1 parent b8e9c84 commit e7b029c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-and-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install --upgrade pip
pip install poethepoet poetry
pipx install poethepoet poetry
poetry install
- name: Format
run: poe format
Expand Down

0 comments on commit e7b029c

Please sign in to comment.