Skip to content

Commit

Permalink
make uvlop check more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 27, 2022
1 parent 1bf916d commit 3a840d0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/uvloop_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:
- name: Test uvloop Extra Install
run: |
python -m pip install -e ".[uvloop,d]"
python -m pip install -e ".[uvloop]"
- name: Install test requirements
- name: Format ourselves
run: |
python -m pip install -r test_requirements.txt
- name: Run unit tests
run: |
pytest tests
python -m black --check src/

1 comment on commit 3a840d0

@cooperlees
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

Please sign in to comment.