Skip to content

Commit f00a14e

Browse files
committed
Fix GitHub workflow
1 parent 1baa8ef commit f00a14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python_version }}
2121
- name: Install dependencies
22-
run: python -m pip install miniirc pytest
22+
run: python -m pip install miniirc pytest 'requests>=2.22.0,<3'
2323
- name: Run pytest
2424
run: pytest

0 commit comments

Comments
 (0)