mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 08:13:20 +08:00
update
This commit is contained in:
parent
57802e0f41
commit
92b5c2e692
@ -23,7 +23,8 @@ RUN pipenv install --deploy --dev
|
|||||||
|
|
||||||
# add app
|
# add app
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
RUN pipenv run pytest tests --disable-warnings
|
RUN export DEEPSEEK_API_KEY=sk-XXXXXXXXXX; export TAVILY_API_KEY=tvly-dev-wXXXXXX;\
|
||||||
|
pipenv run pytest tests --disable-warnings
|
||||||
RUN pipenv run flake8 .
|
RUN pipenv run flake8 .
|
||||||
RUN pipenv run black --exclude=migrations . --check
|
RUN pipenv run black --exclude=migrations . --check
|
||||||
RUN pipenv run isort . --check-only
|
RUN pipenv run isort . --check-only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user