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 0e19841 commit 4372a54Copy full SHA for 4372a54
.github/workflows/unit_test.yaml
@@ -27,6 +27,11 @@ jobs:
27
run: python -m pip install torch==2.9.0.dev20250826 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
28
- name: Install monarch
29
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
35
- name: Install dependencies
36
run: python -m pip install --no-build-isolation -e ".[dev]"
37
- name: Run unit tests with coverage
0 commit comments