From 0fceb82fdb6f36abb3b82a071f926b2bae7e164c Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 27 Jul 2022 08:39:09 +0100 Subject: [PATCH] python 3.10 not 3.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91e5176..99b0e8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: Install Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' # PYTHON for dependency export only, not installing - name: Install Poetry 1.1.14 @@ -125,7 +125,7 @@ jobs: - name: Install Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' # PYTHON for dependency export only, not installing - name: Install Poetry 1.1.14