diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2fe1323..81842bd3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - name: Install Python dependencies run: python3 -m pip install -r ./tools/requirements-python.txt + run: make -s -C tools - name: Update submodules run: git submodule update --init --recursive