Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscriptexe
chmod +x ./gptscriptexe
./gptscriptexe --version
- name: Install deps
run: |
pip install -r requirements.txt
Expand All @@ -47,6 +48,7 @@ jobs:
- name: Install gptscript
run: |
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
.\gptscript.exe --version
- name: Install deps
run: |
pip install -r requirements.txt
Expand Down