From f00a14e31625d26c9c1f299c45e9d2fd9f68e843 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 26 Dec 2022 11:20:49 +1300 Subject: [PATCH] Fix GitHub workflow --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 555ed98..8ed4c25 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -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