Skip to content

Commit 1065086

Browse files
committed
chore: print version when testing
1 parent 88933c7 commit 1065086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscriptexe
2727
chmod +x ./gptscriptexe
28+
./gptscriptexe --version
2829
- name: Install deps
2930
run: |
3031
pip install -r requirements.txt
@@ -47,6 +48,7 @@ jobs:
4748
- name: Install gptscript
4849
run: |
4950
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
51+
.\gptscript.exe --version
5052
- name: Install deps
5153
run: |
5254
pip install -r requirements.txt

0 commit comments

Comments
 (0)