diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4cc4f70..40feb161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,10 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' + - name: Install dependencies + run: tools/pcommand install_pip_reqs - name: Compile binary - run: make _cmake-simple-ci-server-build + run: make cmake-server-build - name: Run tests run: make test