Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Oct 8, 2024
1 parent 2f75d1a commit a8f87f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ outputs:
- {{ pin_subpackage('morpheus-core', exact=True) }}

#test: Tests will be added post test refactoring

about:
home: https://github.com/nv-morpheus/Morpheus
license: Apache-2.0
Expand Down
30 changes: 0 additions & 30 deletions morpheus.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,6 @@
"launch": {
"compounds": [],
"configurations": [
{
"name": "Debug test_controllers.x",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/python/morpheus/morpheus/_lib/tests/test_controllers.x",
"args": ["--gtest_filter=TestMonitorController.TestProgressBar"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"miDebuggerPath": "/usr/bin/gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"logging": {
"engineLogging": true
}
},
{
"args": [
"--log_level=DEBUG",
Expand Down

0 comments on commit a8f87f0

Please sign in to comment.