Quicker logs in pytest (#4486)

This commit is contained in:
merwanehamadi
2023-06-09 15:18:56 -07:00
committed by GitHub
parent 923c67e92a
commit 3081f56ecb
4 changed files with 16 additions and 31 deletions

View File

@@ -1,31 +0,0 @@
name: Run Benchmarks
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
python-version: '3.10'
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python ${{ env.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: benchmark
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
python benchmark/benchmark_entrepreneur_gpt_with_undecisive_user.py