Skip to content

Commit

Permalink
Use the install poetry action from the main CM repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Mar 6, 2024
1 parent e9d6b96 commit 8124d67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .github/actions/poetry/action.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry
uses: ./.github/actions/poetry
uses: ThePalaceProject/circulation/.github/actions/poetry@main
with:
version: "1.7.1"

- name: Install Pre-commit
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry 🎸
uses: ./.github/actions/poetry
uses: ThePalaceProject/circulation/.github/actions/poetry@main
with:
version: "1.7.1"

- name: Install OS Packages 🧰
run: |
Expand Down

0 comments on commit 8124d67

Please sign in to comment.