Skip to content

Commit

Permalink
chore: print version when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed Jun 25, 2024
1 parent 88933c7 commit 1065086
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 1065086

Please sign in to comment.