Skip to content

Commit

Permalink
update Makefile: forgot to add the make command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinus-witarsah committed Aug 7, 2024
1 parent 20a2f87 commit 3f8133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_app_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: '3.10.14'
- name: Install Packages
run: requirements_web_app
run: make requirements_web_app
- name: Formatting
run: make format
- name: Linting
Expand Down

0 comments on commit 3f8133b

Please sign in to comment.