Fix GitHub workflow

This commit is contained in:
luk3yx
2022-12-26 11:20:49 +13:00
parent 1baa8ef02f
commit f00a14e316

View File

@@ -19,6 +19,6 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: python -m pip install miniirc pytest
run: python -m pip install miniirc pytest 'requests>=2.22.0,<3'
- name: Run pytest
run: pytest