We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552aee1 commit e23c02eCopy full SHA for e23c02e
1 file 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
0 commit comments