From d4d1e8861344d904dcd405531c8bffdc77f625f2 Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Sat, 16 Mar 2024 23:03:13 +0100 Subject: [PATCH] Remove not required libraries --- .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 99e541b..b56b2e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install build pytest ruff + pip install build pip install -r requirements.txt - name: Code style