Skip to content

Commit 192fc4e

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

2 files changed

Lines changed: 3 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

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements.txt
27+
pip install -r requirements-asyncio.txt
2728
- name: Lint with flake8
2829
run: |
2930
pip install flake8

0 commit comments

Comments
 (0)