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: