From 519c313eaf5226d359d5cdd5d43b255e11dde7ad Mon Sep 17 00:00:00 2001 From: Maciej Ziaja Date: Fri, 27 Dec 2024 15:28:00 +0100 Subject: [PATCH] Get rid of reqs check --- .github/workflows/quality_checks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/quality_checks.yml b/.github/workflows/quality_checks.yml index 6bf9ca0..1adf3a2 100644 --- a/.github/workflows/quality_checks.yml +++ b/.github/workflows/quality_checks.yml @@ -25,11 +25,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Check requirements lock - run: | - make -B requirements.txt - git diff --exit-code requirements.txt - - name: Format check run: | make format-check