We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552aee1 commit 192fc4eCopy full SHA for 192fc4e
2 files changed
.github/workflows/e2e-master.yaml
@@ -38,6 +38,8 @@ jobs:
38
python -m pip install --upgrade pip
39
python -m pip install -r requirements.txt
40
python -m pip install -r test-requirements.txt
41
+ python -m pip install -r requirements-asyncio.txt
42
+ python -m pip install -r test-requirements-asyncio.txt
43
- name: Install package
44
run: python -m pip install -e .
45
- name: Run End to End tests
.github/workflows/test.yaml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
26
pip install -r requirements.txt
27
+ pip install -r requirements-asyncio.txt
28
- name: Lint with flake8
29
30
pip install flake8
0 commit comments