refactor: link web-search/code-interpreter in ci (#71)

This commit is contained in:
sigoden
2024-07-10 23:52:38 +08:00
committed by GitHub
parent 732eae532c
commit 1f784e3db5
2 changed files with 14 additions and 1 deletions
+5
View File
@@ -40,6 +40,11 @@ jobs:
with:
python-version: '3.11'
- name: Link web-search and code-interpreter
run: |
argc link-web-search search_tavily.sh
argc link-code-interpreter execute_py_code.py
- name: Run Test
run: argc test
env: