File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments