Skip to content

Get rid of multi-part prompt and instead use 2 requests with 2 independent prompts sent in parallel #209

Get rid of multi-part prompt and instead use 2 requests with 2 independent prompts sent in parallel

Get rid of multi-part prompt and instead use 2 requests with 2 independent prompts sent in parallel #209

Workflow file for this run

name: "CI Run"
on:
pull_request:
branches:
- main
- grok/*/*
push:
branches:
- main
env:
GIT_GROK_TEST_GH_TOKEN: ${{ secrets.GIT_GROK_TEST_GH_TOKEN }}
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: bash tests/run.sh