We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f40168 commit f6ca41cCopy full SHA for f6ca41c
1 file changed
.github/workflows/main.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: [ 3.10 ]
+ python-version: [ '3.10' ]
10
os: [ ubuntu-latest ]
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments