Skip to content

Commit

Permalink
chore: update GitHub actions for upcoming changes
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 16, 2024
1 parent 514577c commit 97480b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ jobs:
- name: Install gptscript
run: |
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
- name: Create config file
run: |
echo '{"credsStore":"file"}' > config
- name: Install dependencies
run: npm install
- name: Run Tests
env:
GPTSCRIPT_BIN: .\gptscript.exe
GPTSCRIPT_CONFIG_FILE: .\config
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
NODE_GPTSCRIPT_SKIP_INSTALL_BINARY: true
run: npm test

0 comments on commit 97480b2

Please sign in to comment.