diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 0ce91672..2727a70e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -68,7 +68,7 @@ jobs: - name: Install system dependencies run: | apt update - apt install -y make + apt install -y make git - name: Install Python requirements run: |