From 030de5ca7fb738142cabd56731e0c3dc61fbf686 Mon Sep 17 00:00:00 2001 From: Akosua Newday <120102464+Forsythia-olive@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:10:09 -0800 Subject: [PATCH] fix: Update ci-cd.yml for python version fix: Update ci-cd.yml for python version --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9b880d0..775e35a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.11" - name: Check-out repository uses: actions/checkout@v3 @@ -54,7 +54,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.11" - name: Check-out repository uses: actions/checkout@v3