We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8323e11 commit 20f5e9dCopy full SHA for 20f5e9d
1 file changed
SearchQnA/tests/test_compose_on_rocm.sh
@@ -98,7 +98,7 @@ function validate_megaservice() {
98
function validate_frontend() {
99
cd $WORKPATH/ui/svelte
100
local conda_env_name="OPEA_e2e"
101
- export PATH=${HOME}/miniconda3/bin/:$PATH
+ export PATH=${HOME}/miniforge3/bin/:$PATH
102
if conda info --envs | grep -q "$conda_env_name"; then
103
echo "$conda_env_name exist!"
104
else
0 commit comments