aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 3d0b909..88ea049 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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: