Repair docker_image_ci.yml

This commit is contained in:
hodanov 2023-10-20 10:02:50 +09:00
parent 81c7fb6daa
commit 7200190b78

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}