mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-16 21:30:30 +02:00
fix: fixed pipeline
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -40,7 +40,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- run: python -m pip install --upgrade pip
|
- 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
|
- run: python test.py
|
||||||
|
|
||||||
tag_and_publish:
|
tag_and_publish:
|
||||||
|
|||||||
Reference in New Issue
Block a user