Skip to content

Commit 5634535

Browse files
authored
Merge pull request #1002 from pytorch/fix-nightly-build-bundle-install
Fix an error in the site build
2 parents 7ee3119 + 9cc43e8 commit 5634535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- pytorch-gem-cache-
1818
- run:
1919
name: Bundle Install
20-
command: bundle install --path vendor/bundle
20+
command: bundle config set --local path 'vendor/bundle'
2121
- save_cache:
2222
key: pytorch-gem-cache-{{ checksum "Gemfile.lock" }}
2323
paths:

0 commit comments

Comments
 (0)