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 1cd3f2c commit b34f200Copy full SHA for b34f200
.github/workflows/test.yaml
@@ -126,15 +126,15 @@ jobs:
126
127
- name: Install dependencies (Linux/MacOS)
128
run: |
129
- python -m pip install --upgrade pip
130
- python -m pip install uv
131
- python -m uv pip install -e .[all] --verbose
132
- CMAKE_ARGS="-DLLAMA_METAL=off" python -m uv pip install .[all] --verbose
+ python3 -m pip install --upgrade pip
+ python3 -m pip install uv
+ python3 -m uv pip install -e .[all] --verbose
+ CMAKE_ARGS="-DLLAMA_METAL=off" python3 -m uv pip install .[all] --verbose
133
shell: bash
134
135
- name: Test with pytest
136
137
- python -m pytest
+ python3 -m pytest
138
139
build-macos-metal:
140
needs: download-model
0 commit comments