Skip to content

Commit 7353e92

Browse files
author
Allen Wang
committed
dev
1 parent af89573 commit 7353e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)