Skip to content

Commit

Permalink
chore: fix gptscript CLI path
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed Jun 19, 2024
1 parent dbcae99 commit 15e4822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
env:
GPTSCRIPT_BIN: ../gptscriptexe
GPTSCRIPT_BIN: ./gptscriptexe
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: tox

Expand All @@ -52,6 +52,6 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
env:
GPTSCRIPT_BIN: ..\gptscript.exe
GPTSCRIPT_BIN: .\gptscript.exe
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: tox

0 comments on commit 15e4822

Please sign in to comment.