Skip to content

Commit

Permalink
pre_commit_experiments #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Jul 23, 2024
1 parent 5c47721 commit fd16e3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ jobs:
python -m pip install --upgrade pipx
pipx ensurepath
shell: bash
- name: Install poetry
run: pipx install poetry
shell: bash
- name: Install dependencies with Poetry
run: poetry install --with dev
shell: bash
- name: Install pre-commit
run: pipx install pre-commit
shell: bash
Expand Down

0 comments on commit fd16e3a

Please sign in to comment.