From e42807fbf1185876913b65842edb5b87d3d7a15f Mon Sep 17 00:00:00 2001 From: dislovemartin Date: Mon, 21 Oct 2024 04:32:24 -0400 Subject: [PATCH] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 93d684b..f99aad8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.11' - name: Install Python Dependencies run: |