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 8c0ad8d commit 061ba88Copy full SHA for 061ba88
.github/workflows/unit_test.yaml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
build-and-test:
9
- uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
10
secrets: inherit # Pass all secrets
11
strategy:
12
fail-fast: false
@@ -48,6 +48,9 @@ jobs:
48
# Install monarch
49
python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
50
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)
54
# Install torchstore
55
eval "$(ssh-agent -s)"
56
echo "$SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE" >> torchstore_ssh_key
0 commit comments