Skip to content

Commit

Permalink
fix poetry on ci according to python-poetry/poetry#4210
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida committed Feb 3, 2023
1 parent 9d18d57 commit 74c8a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org/ | python -
export PATH="$HOME/.poetry/bin:$PATH"
poetry config virtualenvs.create false && poetry build && poetry install
poetry config virtualenvs.create false
poetry config experimental.new-installer false
poetry build && poetry install
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 74c8a62

Please sign in to comment.