Skip to content

Commit 2d19824

Browse files
authored
Update python-package.yml
1 parent 63a60f0 commit 2d19824

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 aiohttp
34-
python -m pip install httpx
33+
python -m pip install poetry
34+
poetry install
3535
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3636
- name: Python unittest
3737
run: |

0 commit comments

Comments
 (0)