mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-27 17:33:26 +08:00
install pipenv on host
This commit is contained in:
parent
d2b85fb428
commit
2a50cc697d
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
run: free -h
|
||||
- name: Run Pytest directly
|
||||
run: |
|
||||
cd ./app/backend/ && pipenv install && pipenv run python -m pytest --disable-warnings
|
||||
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv && cd ./app/backend/ && pipenv install && pipenv run python -m pytest --disable-warnings
|
||||
- name: Pytest
|
||||
run: docker exec backend pipenv run python -m pytest -v
|
||||
# - name: Flake8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user