Skip to content

Commit 061ba88

Browse files
committed
debug
1 parent 8c0ad8d commit 061ba88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-and-test:
9-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
9+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1010
secrets: inherit # Pass all secrets
1111
strategy:
1212
fail-fast: false
@@ -48,6 +48,9 @@ jobs:
4848
# Install monarch
4949
python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
5050
51+
echo "Installing torchstore"
52+
echo "$(ssh-agent -s)"
53+
[[ "$SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE" != "" ]] || (echo "SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE is empty" && exit 1)
5154
# Install torchstore
5255
eval "$(ssh-agent -s)"
5356
echo "$SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE" >> torchstore_ssh_key

0 commit comments

Comments
 (0)