diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-10 23:52:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 23:52:38 +0800 |
| commit | 1f784e3db509676e825c443cd1a8c63747069103 (patch) | |
| tree | c5d31734b7241f398075f57c4591923122c653c2 /.github | |
| parent | 732eae532c8e8632db95ab80e0dde5071e744386 (diff) | |
| download | llm-functions-docker-1f784e3db509676e825c443cd1a8c63747069103.tar.gz | |
refactor: link web-search/code-interpreter in ci (#71)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 5 |
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: |
