From 3f8133b85ff20c58204fa5f0b183992dddd5baa5 Mon Sep 17 00:00:00 2001 From: Marcellinus Aditya Witarsah Date: Wed, 7 Aug 2024 09:44:56 +0700 Subject: [PATCH] update Makefile: forgot to add the make command --- .github/workflows/web_app_cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web_app_cd.yaml b/.github/workflows/web_app_cd.yaml index 63fbd63..428c3bf 100644 --- a/.github/workflows/web_app_cd.yaml +++ b/.github/workflows/web_app_cd.yaml @@ -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