Skip to content

Commit

Permalink
yet another poetry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsbrown committed Aug 31, 2022
1 parent 05977e7 commit 7b8add7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:

- name: Install Poetry
shell: bash
run: pip install poetry
run: pip install "poetry<1.2"

- name: Cache Poetry virtualenv
uses: actions/cache@v3
Expand Down

0 comments on commit 7b8add7

Please sign in to comment.