We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f384b3 commit 4a360d5Copy full SHA for 4a360d5
.github/workflows/test.yaml
@@ -26,11 +26,11 @@ jobs:
26
run: make validate
27
- name: Install gptscript
28
run: |
29
- curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscript
30
- chmod +x gptscript
+ curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o ./gptscriptexe
+ chmod +x ./gptscriptexe
31
- name: Run Tests
32
env:
33
- GPTSCRIPT_BIN: ./gptscript
+ GPTSCRIPT_BIN: ./gptscriptexe
34
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
35
run: make test
36
0 commit comments