Skip to content

Commit

Permalink
fix: fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 17, 2023
1 parent e4f579d commit 1861240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.11"

- name: Install poetry
run: pipx install poetry
run: pip install poetry

- name: Determine dependencies
run: poetry lock

- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"
cache: poetry

- name: Install Dependencies using Poetry
Expand Down

0 comments on commit 1861240

Please sign in to comment.