Skip to content

Commit

Permalink
Use the install poetry action from the main CM repo. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored Mar 7, 2024
1 parent e21bdcc commit 333401a
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 333401a

Please sign in to comment.