Skip to content

Commit

Permalink
Get rid of reqs check
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejzj committed Dec 27, 2024
1 parent 93e82f6 commit 519c313
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 519c313

Please sign in to comment.