File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 run : python -m pip install --upgrade pip
4040 - name : Install torchforge
4141 # run: ./scripts/install.sh
42- run : pip install uv && uv pip install .
42+ run : pip install uv && uv pip install . && uv pip install .[dev]
4343 - name : Run unit tests with coverage
4444 # TODO add all tests
4545 run : pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ main() {
196196 uv pip install -r .github/packaging/vllm_reqs_12_8.txt
197197 uv pip install six
198198 uv pip install " setuptools<80"
199- uv python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
199+ python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
200200
201201 # Install monarch
202202 uv pip install torchmonarch==$MONARCH_VERSION
You can’t perform that action at this time.
0 commit comments