From f23c57811850eddd2591fc8475a4466b3ba1e884 Mon Sep 17 00:00:00 2001 From: C-Achard Date: Fri, 3 Mar 2023 11:24:49 +0100 Subject: [PATCH] Update test_and_deploy.yml --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 0a9c450c..10bc9dbc 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -25,7 +25,7 @@ jobs: matrix: # platform: [ubuntu-latest, windows-latest, macos-latest] platform: [ubuntu-latest] - python-version: [3.8, 3.9, 3.10] + python-version: [3.8, 3.9, "3.10"] steps: - uses: actions/checkout@v2