fix: fixed pipeline

This commit is contained in:
2024-11-24 18:25:59 +01:00
parent 85fe263da4
commit 3251afdb90

View File

@@ -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: