From d0e1bab534329dd30becab4cf8f8ebeb337ad765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Mon, 20 Mar 2023 21:53:58 +0100 Subject: [PATCH 1/2] ci: update python version --- .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 7850f12..eb319ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.10.0 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10.0 + python-version: 3.10 - name: Install dependencies for requirements and testing run: | python -m pip install --upgrade pip From a9403ce31848ae37b1b14d774f0bc3bed6da5733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Mon, 20 Mar 2023 22:27:31 +0100 Subject: [PATCH 2/2] ci: 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 eb319ad..de9090d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" - name: Install dependencies for requirements and testing run: | python -m pip install --upgrade pip