From 7fa3a36df948b49e75119dbac2b6d19e39078140 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sun, 7 Jul 2024 13:39:58 +0300 Subject: [PATCH] asdf --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59b7ac7..2435cf2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' - - run: sudo apt update && sudo apt install python3-poetry python3-pytest + - run: sudo apt update && sudo apt install python3-poetry python3-pytest python3-requests - run: poetry install - run: | pip install pytest