mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 21:00:36 +02:00
fix: fixed pipeline
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -41,9 +41,9 @@ jobs:
|
|||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- run: python -m pip install --upgrade pip
|
- run: python -m pip install --upgrade pip
|
||||||
- run: |
|
- run: |
|
||||||
python -m pip install requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
python -m pip install requirements.pg.txt
|
python -m pip install -r requirements.pg.txt
|
||||||
python -m pip install requirements.auth0.txt
|
python -m pip install -r requirements.auth0.txt
|
||||||
- run: python test.py
|
- run: python test.py
|
||||||
|
|
||||||
tag_and_publish:
|
tag_and_publish:
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install requirements.build.txt
|
pip install -r requirements.build.txt
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
|
|||||||
Reference in New Issue
Block a user