Archived
1
1
Fork 0

workflow: try fixing titles with quotes

This commit is contained in:
Josh Lay 2023-08-06 01:45:31 -05:00
parent 65dd98040c
commit 9da963e563
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -10,7 +10,7 @@ jobs:
python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.4"]
steps:
- 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
with:
python-version: ${{ matrix.python-version }}