Skip to content

Commit

Permalink
Fix release GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed May 10, 2024
1 parent 5043760 commit 4387cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip install pip
pip --version
- name: Install Poetry
run: |
pip install --constraint=.github/workflows/constraints.txt poetry
pip install poetry
poetry --version
- name: Check if there is a parent commit
Expand Down

0 comments on commit 4387cff

Please sign in to comment.