We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88933c7 commit 1065086Copy full SHA for 1065086
.github/workflows/run_tests.yaml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscriptexe
27
chmod +x ./gptscriptexe
28
+ ./gptscriptexe --version
29
- name: Install deps
30
31
pip install -r requirements.txt
@@ -47,6 +48,7 @@ jobs:
47
48
- name: Install gptscript
49
50
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
51
+ .\gptscript.exe --version
52
53
54
0 commit comments