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