From 906c7dd88916b356b04d2b208bd2ffc2e3f065e0 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 5 Jun 2023 15:43:28 -0700 Subject: [PATCH] more ci work --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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