Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
conda
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
conda
Commits
df6ebb52
Commit
df6ebb52
authored
Jan 25, 2021
by
Vincent POLLET
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test for opencv package
parent
d911bfa5
Pipeline
#47337
canceled with stage
in 9 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
conda/opencv/run_test.py
conda/opencv/run_test.py
+2
-3
No files found.
conda/opencv/run_test.py
View file @
df6ebb52
...
...
@@ -21,10 +21,9 @@ def _check_package(name, pyname=None):
def
test_setuptools_integrity
():
_check_package
(
'pytorch'
,
'torch'
)
_check_package
(
'torchvision'
)
_check_package
(
'opencv'
,
'cv2'
)
# test if pytorch installation is sane
test_pytorch
()
test_setuptools_integrity
()
\ No newline at end of file
test_setuptools_integrity
()
Vincent POLLET
@vpollet
mentioned in commit
791d08f2
·
Jan 26, 2021
mentioned in commit
791d08f2
mentioned in commit 791d08f22e9d255775fe4970ec775c5bb6e7b212
Toggle commit list
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