Skip to content

Commit

Permalink
Removed Poetry version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Aug 30, 2023
1 parent 10d1c35 commit 701926e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Install Coookiecutter
run: python3 -m pip install --user cookiecutter
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: "1.1"
run: pipx install poetry
- name: Run tests
run: cookiecutter --no-input .

0 comments on commit 701926e

Please sign in to comment.