← back to Exo
path
9fc33587da0731b8ad067938ff30a022bef50685 · 2024-12-06 21:42:45 +0000 · Glen
Files touched
M .github/workflows/build_and_test.yml
Diff
commit 9fc33587da0731b8ad067938ff30a022bef50685
Author: Glen <glen@192.168.1.214>
Date: Fri Dec 6 21:42:45 2024 +0000
path
---
.github/workflows/build_and_test.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index e7ea6d3a..b66c14a4 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -29,8 +29,6 @@ jobs:
which python3.12 || echo "python3.12 not in PATH"
# Add common Python installation locations to PATH
export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
- # Install jq using homebrew (since this is macOS)
- brew install jq || brew upgrade jq
# Now try to create the venv with explicit python3.12
python3.12 -m venv env || {
echo "Failed to find python3.12. Checking installation locations:"
@@ -46,6 +44,7 @@ jobs:
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 }}"
source env/bin/activate
+ export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
DEBUG_DISCOVERY=7 DEBUG=7 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
PID1=$!
tail -f output1.log &
← f087c0ac fix
·
back to Exo
·
debug acdee16a →