Skip to content

Commit

Permalink
Install websockets as separate step to uvloop which isn't on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Feb 4, 2021
1 parent 711d5e7 commit 911c9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/prepare-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ parameters:

steps:
- script: |
python -m pip install websockets uvloop
python -m pip install websockets
pyhton -m pip install uvloop
python -m pip install pycodestyle pylint
python -m pip install coveralls coverage
python -m pip install pytest pytest-asyncio Sphinx
Expand Down

0 comments on commit 911c9f6

Please sign in to comment.