Skip to content

Commit 97480b2

Browse files
committed
chore: update GitHub actions for upcoming changes
Signed-off-by: Donnie Adams <[email protected]>
1 parent 514577c commit 97480b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run_tests.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,12 @@ jobs:
4747
- name: Install gptscript
4848
run: |
4949
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
50-
- name: Create config file
51-
run: |
52-
echo '{"credsStore":"file"}' > config
5350
- name: Install dependencies
5451
run: npm install
5552
- name: Run Tests
5653
env:
5754
GPTSCRIPT_BIN: .\gptscript.exe
58-
GPTSCRIPT_CONFIG_FILE: .\config
5955
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
56+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
6057
NODE_GPTSCRIPT_SKIP_INSTALL_BINARY: true
6158
run: npm test

0 commit comments

Comments
 (0)