We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baa8ef commit f00a14eCopy full SHA for f00a14e
.github/workflows/pythonapp.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
python-version: ${{ matrix.python_version }}
21
- name: Install dependencies
22
- run: python -m pip install miniirc pytest
+ run: python -m pip install miniirc pytest 'requests>=2.22.0,<3'
23
- name: Run pytest
24
run: pytest
0 commit comments