Skip to content

Commit 0978b06

Browse files
authored
Update python-package.yml
1 parent 2d19824 commit 0978b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install flake8 pytest
33-
python -m pip install poetry
34-
poetry install
33+
python -m pip install aiohttp
34+
python -m pip install httpx
3535
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3636
- name: Python unittest
3737
run: |

0 commit comments

Comments
 (0)