From aa27aa4abf1a2cfaf51ffebcd71822167827153c Mon Sep 17 00:00:00 2001 From: kimbwook Date: Wed, 24 Jan 2024 16:57:53 +0000 Subject: [PATCH] change env run in test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d3513fa5..825738501 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: run: | pip install pytest - name: Run tests - run: | - pytest tests/ env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + run: | + pytest tests/