From 5630f91d555c888f8f0ba7a5e66ba590b3fc0cd4 Mon Sep 17 00:00:00 2001 From: Xinyuan Li Date: Fri, 15 Dec 2023 14:43:14 -0500 Subject: [PATCH] Fix not using the right copy of python in pytest --- .github/actions/icefall/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/icefall/run.sh b/.github/actions/icefall/run.sh index c9cd159c7b..c841bb1673 100755 --- a/.github/actions/icefall/run.sh +++ b/.github/actions/icefall/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -conda activate base +conda init bash exit_code=0