Skip to content

Commit

Permalink
try: pipx install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Apr 17, 2024
1 parent 7e0fad2 commit cbe75fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
print(f"VIRTUALENV_PIP={pip.__version__}", file=io)
- name: Install Poetry
run: |
pipx install --verbose --pip-args=--constraint=.github/workflows/constraints.txt poetry
# pipx install --verbose --pip-args=--constraint=.github/workflows/constraints.txt poetry
pipx install poetry
poetry --version
- name: Install Nox
run: |
Expand Down

0 comments on commit cbe75fd

Please sign in to comment.