Skip to content

Commit ac103f5

Browse files
committed
reverted build changes
1 parent d6db1b1 commit ac103f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/unit_test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ jobs:
2727
run: python -m pip install torch==2.9.0.dev20250826 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
2828
- name: Install monarch
2929
run: python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
30+
- name: Install torchstore
31+
run: |
32+
eval "$(ssh-agent -s)"
33+
ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHSTORE }}'
34+
python -m pip install git+ssh://[email protected]/meta-pytorch/torchstore.git
3035
- name: Install dependencies
31-
run: python -m pip install --no-build-isolation ".[dev]"
36+
run: python -m pip install --no-build-isolation -e ".[dev]"
3237
- name: Run unit tests with coverage
3338
# TODO add all tests
3439
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
# PyTorch
1414
"torchdata>=0.8.0",
1515
"torchtitan",
16-
"tyro", # temp dep that titan needs
1716
# vLLM
1817
# TODO: pin specific vllm version
1918
#"vllm==0.10.0",

0 commit comments

Comments
 (0)