Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
e6fb90ca
Unverified
Commit
e6fb90ca
authored
Aug 17, 2022
by
ChaimZhu
Committed by
GitHub
Aug 17, 2022
Browse files
update circlecie (#1732)
parent
84b132b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/test.yml
.circleci/test.yml
+2
-2
No files found.
.circleci/test.yml
View file @
e6fb90ca
...
...
@@ -72,7 +72,7 @@ jobs:
-
run
:
name
:
Run unittests
command
:
|
python -m coverage run --branch --source mm
ocr
-m pytest tests/
python -m coverage run --branch --source mm
det3d
-m pytest tests/
python -m coverage xml
python -m coverage report -m
build_cuda
:
...
...
@@ -118,7 +118,7 @@ jobs:
-
run
:
name
:
Run unittests
command
:
|
docker exec mm
ocr
python -m pytest tests/
docker exec mm
det3d
python -m pytest tests/
workflows
:
pr_stage_lint
:
when
:
<< pipeline.parameters.lint_only >>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment