Skip to content

Commit

Permalink
Merge branch 'master' into delete-before-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pretendWhale committed Apr 24, 2024
2 parents 585c34f + 59772b7 commit b98158a
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 b98158a

Please sign in to comment.