From a5fca16d614f1b7773d745a0786653df0cf2172d Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Tue, 4 Mar 2025 20:22:51 +0100 Subject: [PATCH] fix(ci): Install dev-requirements --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 242f354..eafc73f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,9 @@ jobs: with: python-version: '3.12' - name: install python dependencies - run: pip install . + run: | + pip install -r dev-requirements.txt + pip install . - name: deploy to staging run: | queenbee