Skip to content

Commit 9089eda

Browse files
committed
ci: commented out flaky models
1 parent ec30e9b commit 9089eda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
extras: ''
4040
model: 'deepseek/deepseek-chat'
4141
# openrouter
42-
- os: ubuntu-latest
43-
python_version: '3.10'
44-
extras: ''
45-
model: 'openrouter/deepseek/deepseek-chat'
42+
#- os: ubuntu-latest
43+
# python_version: '3.10'
44+
# extras: ''
45+
# model: 'openrouter/deepseek/deepseek-chat'
4646
# openrouter (llama)
47-
- os: ubuntu-latest
48-
python_version: '3.10'
49-
extras: ''
50-
model: 'openrouter/meta-llama/llama-3.3-70B-instruct'
47+
#- os: ubuntu-latest
48+
# python_version: '3.10'
49+
# extras: ''
50+
# model: 'openrouter/meta-llama/llama-3.3-70B-instruct'
5151

5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)