From 0bde281381b8e00b1b5ff5673be0c0f67c899f85 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Fri, 26 Jan 2024 13:06:28 +0000 Subject: [PATCH] add openai key --- .github/workflows/prebuild.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index dab45c2..4a2ee70 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -41,4 +41,6 @@ jobs: uses: devcontainers/ci@v0.3 with: runCmd: | - poetry run pytest -n `nproc` \ No newline at end of file + poetry run pytest -n `nproc` + env: + OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \ No newline at end of file