Skip to content

Commit b3d4a87

Browse files
authored
Update ci_workflow.yml
1 parent 123853b commit b3d4a87

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,3 @@ jobs:
3535
echo "❌ No output from model"
3636
exit 1
3737
fi
38-
39-
- name: Query Wolfram MCP
40-
env:
41-
GeminiAPI: ${{ secrets.GEMINIAPI }}
42-
WOLFRAM_API_KEY: ${{ secrets.WOLFRAMAPI }}
43-
run: |
44-
set -e
45-
echo "WOLFRAM_API_KEY length: ${#WOLFRAM_API_KEY}"
46-
OUTPUT=$(echo -e "sinx\nexit" | python main.py)
47-
echo "Model output: $OUTPUT"
48-
49-
if [ -z "$OUTPUT" ]; then
50-
echo "❌ query_wolfram returned no output"
51-
exit 1
52-
fi

0 commit comments

Comments
 (0)