使用uvloop库

This commit is contained in:
Jing Ling
2020-04-28 22:03:11 +08:00
parent 588d397cf7
commit 21f57aaf07
+1
View File
@@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install uvloop
pip install -r requirements.txt
- name: Lint with flake8
run: |