From 07782ef756533755ac8ed00e966b352f448f9889 Mon Sep 17 00:00:00 2001 From: moshi Date: Sun, 17 Apr 2022 15:44:30 +0900 Subject: [PATCH] Fix: python version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7707857..8f3936e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.8, 3.9, 3.10] + python-version: [3.8, 3.9, '3.10'] steps: - name: Checkout uses: actions/checkout@v2