Skip to content

Commit 5b583b9

Browse files
committed
Comment out CI workflow configuration in ci.yml
1 parent 87c4f07 commit 5b583b9

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
name: CI
1+
# name: CI
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
3+
# on:
4+
# push:
5+
# branches: [ main ]
6+
# pull_request:
7+
# branches: [ main ]
88

9-
env:
10-
LLM_API_BASE: "https://0x9fcf7888963793472bfcb8c14f4b6b47a7462f17.gaia.domains/v1"
11-
LLM_MODEL: "Qwen2.5-Coder-3B-Instruct"
12-
LLM_EMBED_MODEL: "gte-Qwen2-1.5B-instruct"
9+
# env:
10+
# LLM_API_BASE: "https://0x9fcf7888963793472bfcb8c14f4b6b47a7462f17.gaia.domains/v1"
11+
# LLM_MODEL: "Qwen2.5-Coder-3B-Instruct"
12+
# LLM_EMBED_MODEL: "gte-Qwen2-1.5B-instruct"
1313

14-
jobs:
15-
test:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: actions/checkout@v3
19-
- name: Set up Python
20-
uses: actions/setup-python@v4
21-
with:
22-
python-version: '3.11'
23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install -r requirements.txt
27-
- name: Run tests
28-
run: |
29-
pytest
14+
# jobs:
15+
# test:
16+
# runs-on: ubuntu-latest
17+
# steps:
18+
# - uses: actions/checkout@v3
19+
# - name: Set up Python
20+
# uses: actions/setup-python@v4
21+
# with:
22+
# python-version: '3.11'
23+
# - name: Install dependencies
24+
# run: |
25+
# python -m pip install --upgrade pip
26+
# pip install -r requirements.txt
27+
# - name: Run tests
28+
# run: |
29+
# pytest

0 commit comments

Comments
 (0)