Skip to content

Commit

Permalink
fix uvloop workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 26, 2022
1 parent 5d87473 commit 38b182c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/uvloop_test.yml
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
python -m pip install -e ".[uvloop]"
- name: Install test requirements
run: |
python -m pip install -r test_requirements.txt
- name: Run unit tests
run: |
pytest tests

0 comments on commit 38b182c

Please sign in to comment.