Skip to content

Commit ac284da

Browse files
committed
Used a list in the CI
1 parent 8bf2fd7 commit ac284da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version:
22-
- 3.8
23-
- 3.9
24-
- 3.10
25-
- 3.11
21+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2622
name: Check Python ${{ matrix.python-version }}
2723
steps:
2824
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)