From 873d014b2868281561e875b4f28971745f5efebb Mon Sep 17 00:00:00 2001 From: xbrianh <32105697+xbrianh@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:39:12 +0000 Subject: [PATCH] wip --- .github/workflows/cicd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 952a201..c4d310c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -57,6 +57,11 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.12" + - name: Install dependencies + run: | + python -m pip install --upgrade pip + python -m pip install tox tox-gh-actions + pip install -r requirements-dev.txt - name: Build run: | make build