From 9d4cfc86989b117b37c6cd734410f949083a0b3a Mon Sep 17 00:00:00 2001 From: fabiocat93 Date: Tue, 23 Jul 2024 11:37:27 -0400 Subject: [PATCH] pre_commit_experiments #3 --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ac5ef23f..0c3ee147 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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