Skip to content

Commit

Permalink
Added step to install test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Sep 20, 2024
1 parent bc8dd75 commit ea2b619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Python Test dependencies
run: pip install requests webob blinker httpx

- name: Install Python 3.6 dependencies
if: ${{ contains(matrix.python-version, '3.6') }}
# typing-extensions dropped support for Python 3.6 in version 4.2
Expand Down

0 comments on commit ea2b619

Please sign in to comment.