From 98bd8c9a9e3611900e2c97c125e0086e6f60aa96 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 23 Apr 2024 22:08:59 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20Correct=20Python=20version=20=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 c90f9c9..be69f28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.10.14' cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt @@ -39,7 +39,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '33.10.14' cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed