forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ATen .travis.yml setup (pytorch#6860)
- ATen repo now has a new top-level, so Travis script has to be adjusted to (1) be moved to the top-level and (2) cd into the aten directory before doing anything. - Unfortunately, this makes the import script even slower, because I'm banging on the entire index every commit. If anyone has better suggestions for how to twiddle the index. One possibility is to fold the ATen build into the base\ .travis.yml but only activate it when a file is missing (and then filter out that file.) Signed-off-by: Edward Z. Yang <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters