Skip to content

Commit c2bc3bb

Browse files
committedJun 25, 2024··
chore: don't use credential helper for CI tests
1 parent 2b9673e commit c2bc3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/run_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ jobs:
5656
env:
5757
GPTSCRIPT_BIN: .\gptscript.exe
5858
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
59+
GPTSCRIPT_CONFIG_FILE: .\config
5960
run: tox

0 commit comments

Comments
 (0)
Please sign in to comment.