Skip to content

Commit de9e773

Browse files
committed
fix ci
Former-commit-id: 42d9b26
1 parent d3eb985 commit de9e773

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
needs: check_code_quality
4040
strategy:
4141
matrix:
42-
python-version: ["3.8", "3.9"]
43-
os: ["ubuntu-latest", "windows-latest"]
42+
python-version:
43+
- "3.8"
44+
os:
45+
- "ubuntu-latest"
4446
runs-on: ${{ matrix.os }}
4547
steps:
4648
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)