diff --git a/ci/conda/recipes/morpheus-libs/morpheus_core_test.sh b/ci/conda/recipes/morpheus-libs/morpheus_core_test.sh index d7379cda4c..cafcb7d5d7 100644 --- a/ci/conda/recipes/morpheus-libs/morpheus_core_test.sh +++ b/ci/conda/recipes/morpheus-libs/morpheus_core_test.sh @@ -13,11 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -# morpheus tests are dependent on some pypi packages -rapids-dependency-file-generator \ - --output requirements \ - --file-key morpheus_core --matrix "" | tee "core_requirements.txt" - -pip install -r core_requirements.txt +python3 <