[object Object]

← back to Exo

activate

f7e0348f62415652f56417efff005ba4a94b5d2c · 2024-12-06 21:16:51 +0000 · Glen

Files touched

Diff

commit f7e0348f62415652f56417efff005ba4a94b5d2c
Author: Glen <glen@192.168.1.214>
Date:   Fri Dec 6 21:16:51 2024 +0000

    activate
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index bda2e612..64b91f01 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -43,7 +43,7 @@ jobs:
         run: |
           ALL_NODE_IDS=$(for i in $(seq ${{ strategy.job-total }} -1 0); do echo -n "${GITHUB_JOB}_${i},"; done | sed 's/,$//')
           MY_NODE_ID="${GITHUB_JOB}_${{ strategy.job-index }}"
-          which exo
+          source env/bin/activate
           DEBUG_DISCOVERY=7 DEBUG=7 exo --node-id="${MY_NODE_ID}" --filter-node-ids="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
           PID1=$!
           tail -f output1.log &

← c3dfac60 debug  ·  back to Exo  ·  fix 19a7d5a5 →