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: |