From d9113572736bd04a463c098e6d943fb040ba7310 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Wed, 30 Oct 2024 10:44:48 -0300 Subject: [PATCH] HOTFIX: set python version to 3.10 --- .github/workflows/testing.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 23d7edc..f94dbcf 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ^3.10 + python-version: ~3.10 cache: "pip" - name: Install dependencies @@ -54,7 +54,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ^3.10 + python-version: ~3.10 cache: "pip" - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ^3.10 + python-version: ~3.10 cache: "pip" - name: Install dependencies @@ -91,7 +91,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ^3.10 + python-version: ~3.10 cache: "pip" - name: Install dependencies @@ -113,7 +113,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ^3.10 + python-version: ~3.10 cache: "pip" - name: Install dependencies