We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927fd37 commit 0a7f862Copy full SHA for 0a7f862
.github/workflows/lints.yml
@@ -8,9 +8,9 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, windows-latest, macOS-latest]
11
- python-version: [3.7, 3.8, 3.9, 3.10]
+ python-version: ['3.7', '3.8', '3.9', '3.10']
12
13
- name: Python ${{ matrix.python-version }} Test
+ name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
14
15
steps:
16
- uses: actions/checkout@v3
0 commit comments