Skip to content

Commit 230e73a

Browse files
Fix typo
1 parent 646ec4b commit 230e73a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 60
1818

19-
version_matrix:
20-
strategy:
21-
matrix:
22-
python-version: ['3.9', '3.10', '3.11']
19+
strategy:
20+
matrix:
21+
python-version: ['3.9', '3.10', '3.11']
2322

2423
steps:
2524
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)