Skip to content

Commit

Permalink
fix: add httpx to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zietzm committed Aug 23, 2024
1 parent 07f3bc2 commit 6d4ca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: source $HOME/.cargo/env
- run: uv venv
- run: uv pip install ruff pytest
- run: uv pip install ruff pytest httpx
- run: uv run ruff check
- run: uv run pytest

0 comments on commit 6d4ca46

Please sign in to comment.