Skip to content

Commit e23c02e

Browse files
committed
added requirements for asyncio
1 parent 552aee1 commit e23c02e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e-master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
python -m pip install --upgrade pip
3939
python -m pip install -r requirements.txt
4040
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
4143
- name: Install package
4244
run: python -m pip install -e .
4345
- name: Run End to End tests

0 commit comments

Comments
 (0)