Skip to content

Commit 998f4e6

Browse files
committed
fix
1 parent b642314 commit 998f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
source .github/workflows/activate_conda_env.sh
4747
eval "$(ssh-agent -s)"
4848
ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHTITAN }}'
49-
python -m pip install git+ssh://[email protected]/meta-pytorch/torchstore.git
49+
python -m pip install git+ssh://[email protected]/meta-pytorch/torchtitan.git
5050
- name: Install dependencies
5151
run: |
5252
source .github/workflows/activate_conda_env.sh

0 commit comments

Comments
 (0)