Skip to content

Commit

Permalink
ci: fix broken ci when using pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
luislhl committed Dec 8, 2023
1 parent 4e62c3f commit ec114bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install Poetry
run: pipx install poetry
run: pip install poetry
- name: Install Poetry dependencies
run: poetry install -n --no-root -E client
- name: Run linters
Expand Down

0 comments on commit ec114bc

Please sign in to comment.