Skip to content

Commit

Permalink
remove unneeded gh action dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <isaac.milarsky@hhs.cms.gov>
  • Loading branch information
IsaacMilarky committed Jan 22, 2024
1 parent 905fe54 commit db788ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit db788ba

Please sign in to comment.