We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804306d commit 82f3ff1Copy full SHA for 82f3ff1
.github/workflows/quality.yml
@@ -37,13 +37,3 @@ jobs:
37
- name: Send failure message
38
if: failure() # This step will only run if a previous step failed
39
run: echo "The quality verification failed. Please run precommit "
40
-
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
49
0 commit comments