Skip to content

Commit 91a24a7

Browse files
authored
More tests nov16 (#1607)
* tests * test * test
1 parent 5a17ddf commit 91a24a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/smoke_test/smoke_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,14 @@ def main() -> None:
282282
)
283283
options = parser.parse_args()
284284
print(f"torch: {torch.__version__}")
285+
print(f"torch expected: {release_version}")
285286

286287
# if release_version is specified, override stable_version coming binary matrix
287288
if(release_version):
289+
print(f"reading release_matrix for: {release_version}")
288290
release_matrix = read_release_matrix()
289291
stable_version = release_matrix["torch"]
292+
print(f"new stable version : {stable_version}")
290293

291294
check_version(options.package)
292295
smoke_test_conv2d()

0 commit comments

Comments
 (0)