Skip to content

Commit

Permalink
ci: update poetry source
Browse files Browse the repository at this point in the history
  • Loading branch information
m-r-g-t committed Aug 28, 2023
1 parent 26aa190 commit 26b03a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Bootstrap poetry
shell: bash
run: |
curl -sL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py \
curl -sSL https://install.python-poetry.org \
| python - -y
- name: Update PATH
Expand Down

0 comments on commit 26b03a8

Please sign in to comment.