Skip to content

Commit 57b631d

Browse files
authored
Add ../pytorch-nightly to Pyre optional_search_path (#36)
1 parent 9255b80 commit 57b631d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pyre_configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"source": "examples"
1111
}
1212
],
13-
"optional_search_path": ["../pytorch", "../pytorch-hg"],
13+
"optional_search_path": ["../pytorch", "../pytorch-hg", "../pytorch-nightly"],
1414
"python_version": "3.10",
1515
"exclude": [".*third_party.*"],
1616
"strict": true

0 commit comments

Comments
 (0)