Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Dec 25, 2022
1 parent 1baa8ef commit f00a14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f00a14e

Please sign in to comment.