mirror of
https://github.com/luk3yx/miniirc_matrix.git
synced 2026-05-17 05:25:44 +03:00
Fix GitHub workflow
This commit is contained in:
2
.github/workflows/pythonapp.yml
vendored
2
.github/workflows/pythonapp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user