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 4cbfa85 commit fb25b32Copy full SHA for fb25b32
1 file changed
.buildkite/install-repo.sh
@@ -9,7 +9,7 @@ gcloud config set account monorepo-ci@embark-builds.iam.gserviceaccount.com
9
echo --- Installing dependencies
10
11
pdm plugin add plugins/pdm-plugin-fetcher
12
-pdm fetch -G ci | .buildkite/pdm-fetcher downsync
+pdm fetch -G ci | .buildkite/pdm-fetcher downsync > manifest.json
13
pdm install -d -G ci
14
pdm torch install cpu
15
cat manifest.json | .buildkite/pdm-fetcher upsync
0 commit comments