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