We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4265b78 commit 97d819cCopy full SHA for 97d819c
.github/workflows/run_tests.yaml
@@ -38,26 +38,3 @@ jobs:
38
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
39
run: tox
40
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
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
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
0 commit comments