Skip to content

Commit 97d819c

Browse files
committed
chore: remove windows test workflow
Signed-off-by: Donnie Adams <[email protected]>
1 parent 4265b78 commit 97d819c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/run_tests.yaml

-23
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,3 @@ jobs:
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

0 commit comments

Comments
 (0)