Skip to content

Commit

Permalink
Merge pull request #29 from thedadams/add-version
Browse files Browse the repository at this point in the history
chore: print version when testing
  • Loading branch information
thedadams authored Jun 25, 2024
2 parents 88933c7 + 1065086 commit 2b9673e
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 2b9673e

Please sign in to comment.