From 4221ad4c4ed0872371754e68573971143d6e22d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20T=E1=BA=A5n=20Huy?= <82441277+nemouet@users.noreply.github.com> Date: Fri, 24 May 2024 07:54:38 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0df745..c343fff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,11 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.10.6" + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r API/requirements.txt + - name: Install docker run: | sudo apt-get update