We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a60f0 commit 2d19824Copy full SHA for 2d19824
.github/workflows/python-package.yml
@@ -30,8 +30,8 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
python -m pip install flake8 pytest
33
- python -m pip install aiohttp
34
- python -m pip install httpx
+ python -m pip install poetry
+ poetry install
35
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
36
- name: Python unittest
37
0 commit comments