From 3251afdb90469bd24ddc15cf3676dd8f1db79506 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sun, 24 Nov 2024 18:25:59 +0100 Subject: [PATCH] fix: fixed pipeline --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d13b734..705cabe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,10 @@ jobs: with: python-version: '3.12' - run: python -m pip install --upgrade pip - - run: python -m pip install .[all] + - run: | + python -m pip install requirements.txt + python -m pip install requirements.pg.txt + python -m pip install requirements.auth0.txt - run: python test.py tag_and_publish: