Skip to content

Commit 4372a54

Browse files
authored
pull and install torchstore in CI (#122)
* pull and install torchstore in CI * prepend `python -m` * fix * Update unit_test.yaml
1 parent 0e19841 commit 4372a54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit_test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ 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
3136
run: python -m pip install --no-build-isolation -e ".[dev]"
3237
- name: Run unit tests with coverage

0 commit comments

Comments
 (0)