Skip to content

Commit

Permalink
freeze poetry version when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Mar 20, 2023
1 parent 6283190 commit bbeecca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: git fetch --unshallow --tags || true

- name: Install poetry
run: python3 -m pip install poetry
run: python -m pip install poetry==1.4.0

- name: Install poem-plugins
run: poetry self add poem-plugins
Expand Down

0 comments on commit bbeecca

Please sign in to comment.