Skip to content

Commit

Permalink
Merge pull request #17 from pkhalaj/ci/import-error-httpx
Browse files Browse the repository at this point in the history
Install  as a testing dependency in `ci.yml`
  • Loading branch information
mraspaud authored Sep 16, 2024
2 parents 66d5d84 + c025675 commit 6020866
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 dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ruff pytest pytest-lazy-fixtures pytest-asyncio pytest-cov
python -m pip install httpx ruff pytest pytest-lazy-fixtures pytest-asyncio pytest-cov
python -m pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 6020866

Please sign in to comment.