mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 04:40:36 +02:00
feat: smaller bugfix for pipeline
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -36,11 +36,11 @@ jobs:
|
|||||||
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 -r requirements.txt
|
- run: python -m pip install -r requirements.txt
|
||||||
- run: python -m pytest
|
- run: python test.py
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: lint
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ class Base:
|
|||||||
__name__: str
|
__name__: str
|
||||||
|
|
||||||
# TODO: Add default representation string
|
# TODO: Add default representation string
|
||||||
# TODO: Add automated foreign key generation
|
# TODO: Add automated foreign key resolution
|
||||||
|
|
||||||
# Generate __tablename__ automatically
|
# Generate __tablename__ automatically
|
||||||
@declared_attr
|
@declared_attr
|
||||||
|
|||||||
Reference in New Issue
Block a user