Skip to content

Commit d5f23a9

Browse files
committed
exclude test
1 parent bcefe42 commit d5f23a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
os: [ubuntu-20.04, macOS-10.15, windows-2019]
1717
python-version: [3.8, 3.9]
1818
pytorch-version: ["1.7.0", "1.8.0", "1.9.0", "1.10.0"]
19+
exclude:
20+
- {python-version: 3.9, pytorch-version: "1.7.0"}
1921

2022
steps:
2123
- name: Checkout

0 commit comments

Comments
 (0)