Skip to content

Commit

Permalink
Remove tox install
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed May 25, 2021
1 parent c3d08dd commit 373ec22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/uvloop_test.yml
Expand Up @@ -32,10 +32,9 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2

- name: Install dependencies
- name: Install latest pip
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
- name: Test uvloop Extra Install
run: |
Expand Down

0 comments on commit 373ec22

Please sign in to comment.