Skip to content

Commit

Permalink
update poetry path in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasjet committed Apr 20, 2023
1 parent 022597a commit 4ae7138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: install poetry
shell: bash
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: configure poetry
shell: bash
run: poetry config virtualenvs.in-project true
Expand Down

0 comments on commit 4ae7138

Please sign in to comment.