"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "dda59354f11e4fbcaa8aaacf9e5fde68f3f24da5"
Unverified Commit e6fb90ca authored by ChaimZhu's avatar ChaimZhu Committed by GitHub
Browse files

update circlecie (#1732)

parent 84b132b0
...@@ -72,7 +72,7 @@ jobs: ...@@ -72,7 +72,7 @@ jobs:
- run: - run:
name: Run unittests name: Run unittests
command: | command: |
python -m coverage run --branch --source mmocr -m pytest tests/ python -m coverage run --branch --source mmdet3d -m pytest tests/
python -m coverage xml python -m coverage xml
python -m coverage report -m python -m coverage report -m
build_cuda: build_cuda:
...@@ -118,7 +118,7 @@ jobs: ...@@ -118,7 +118,7 @@ jobs:
- run: - run:
name: Run unittests name: Run unittests
command: | command: |
docker exec mmocr python -m pytest tests/ docker exec mmdet3d python -m pytest tests/
workflows: workflows:
pr_stage_lint: pr_stage_lint:
when: << pipeline.parameters.lint_only >> when: << pipeline.parameters.lint_only >>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment