We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d19824 commit 0978b06Copy full SHA for 0978b06
.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 poetry
34
- poetry install
+ python -m pip install aiohttp
+ python -m pip install httpx
35
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
36
- name: Python unittest
37
0 commit comments