Skip to content

Commit

Permalink
fixed poetry binary
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Dec 13, 2023
1 parent efd87a5 commit e4b3821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
sudo apt-get install -y libmariadb3 libmariadb-dev
- name: Install poetry
run: pipx install --suffix _npm git+https://github.com/radoering/poetry.git@non-package-mode
run: |
pipx install --suffix _npm git+https://github.com/radoering/poetry.git@non-package-mode
ln -s ${HOME}/.local/bin/poetry_npm ${HOME}/.local/bin/poetry
- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down

0 comments on commit e4b3821

Please sign in to comment.