Skip to content

Commit ee80e5a

Browse files
aravindMahadevankmkurn
authored andcommitted
updated run_test to work with torch 1.2 which is first version where torch.jit.export is introduced
1 parent a791b48 commit ee80e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version: ["3.6", "3.7"]
20-
pytorch-version: ["1.0", "1.1"]
20+
pytorch-version: ["1.2"]
2121

2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)