File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 if : failure() # This step will only run if a previous step failed
3939 run : echo "The quality verification failed. Please run precommit "
4040
41- - name : Install Ollama
42- run : curl -fsSL https://ollama.com/install.sh | sh
43- - name : Pull granite3.3:8b model
44- run : ollama pull granite3.3:8b
45- - name : Start serving the model
46- run : nohup ollama serve &
47- - name : Run Tests
48- run : uv run pytest test
41+ # - name: Install Ollama
42+ # run: curl -fsSL https://ollama.com/install.sh | sh
43+ # - name: Pull granite3.3:8b model
44+ # run: ollama pull granite3.3:8b
45+ # - name: Start serving the model
46+ # run: nohup ollama serve &
47+ # - name: Run Tests
48+ # run: uv run pytest test
4949
You can’t perform that action at this time.
0 commit comments