workflow: try fixing titles with quotes
This commit is contained in:
parent
65dd98040c
commit
9da963e563
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.4"]
|
python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.4"]
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: "Set up Python ${{ matrix.python-version }}"
|
||||||
uses: https://github.com/actions/setup-python@v3
|
uses: https://github.com/actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
Reference in a new issue