Skip to content

Commit

Permalink
add typing-extensions to test venv (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
pretendWhale authored Apr 23, 2024
1 parent c3b34fc commit 59772b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install python packages
run: python -m pip install pytest fakeredis -r ${{ matrix.test-dir }}/requirements.txt
run: python -m pip install pytest fakeredis typing-extensions -r ${{ matrix.test-dir }}/requirements.txt
- name: run tests
run: pytest ${{ matrix.test-dir }}

0 comments on commit 59772b7

Please sign in to comment.