Skip to content

Commit bd8f12c

Browse files
committed
add titan secrets
1 parent ba8e5b9 commit bd8f12c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- name: Install torchtitan
4545
run: |
4646
source .github/workflows/activate_conda_env.sh
47+
eval "$(ssh-agent -s)"
48+
ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHTITAN }}'
4749
python -m pip install git+ssh://[email protected]/pytorch/torchtitan.git
4850
- name: Install dependencies
4951
run: |

0 commit comments

Comments
 (0)