Skip to content

Commit

Permalink
Fix make reqs in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejzj committed Dec 27, 2024
1 parent 21e3464 commit c94e135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.11"
- name: Check requirements lock
run: |
make requirements
make requirements.txt
git diff --exit-code requirements.txt
- name: Install dependencies
run: |
Expand Down

0 comments on commit c94e135

Please sign in to comment.