Skip to content

Commit 7c6b760

Browse files
committed
[fix]: Matrix exclude key 'py-version' does not match any key within the matrix
1 parent 5b6d5ee commit 7c6b760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ['3.7', '3.8', '3.9', '3.10']
2020
tf-version: ['2.7.3', '2.8.2', '2.9.1']
2121
exclude:
22-
- py-version: '3.10'
22+
- python-version: '3.10'
2323
tf-version: '2.7.3'
2424

2525
steps:

0 commit comments

Comments
 (0)