Skip to content

Commit

Permalink
ci: Updating to install poetry directly
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Feb 1, 2023
1 parent 71a8be3 commit b0c5619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Install Poetry
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
pipx install poetry
poetry --version
- name: Install Nox
Expand Down

0 comments on commit b0c5619

Please sign in to comment.