File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 3838 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
3939 run : tox
4040
41- test-windows :
42- runs-on : windows-latest
43- steps :
44- - uses : actions/checkout@v4
45- with :
46- fetch-depth : 1
47- ref : ${{ github.event.pull_request.head.sha }}
48- - uses : actions/setup-python@v5
49- with :
50- python-version : " 3.12"
51- - name : Install gptscript
52- run : |
53- curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
54- .\gptscript.exe --version
55- - name : Install deps
56- run : |
57- pip install -r requirements.txt
58- - name : Run Tests
59- env :
60- GPTSCRIPT_BIN : .\gptscript.exe
61- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
62- ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
63- run : tox
You can’t perform that action at this time.
0 commit comments