Skip to content

Commit

Permalink
pre_commit_experiments #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Jul 23, 2024
1 parent fd16e3a commit 9d4cfc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,12 @@ jobs:
pipx ensurepath
shell: bash
- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.7.1
shell: bash
- name: Install dependencies with Poetry
run: poetry install --with dev
run: |
poetry run pip install iso-639
poetry install --with dev
shell: bash
- name: Install pre-commit
run: pipx install pre-commit
Expand Down

0 comments on commit 9d4cfc8

Please sign in to comment.