Skip to content

Commit

Permalink
fix: install httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jan 12, 2024
1 parent a0e6496 commit 4b9595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install konoha
run: pip install .[all]
- name: Install checker and pytest
run: pip install ruff pytest
run: pip install ruff pytest httpx
- name: Run linter
run: |
ruff check konoha
Expand Down

0 comments on commit 4b9595c

Please sign in to comment.