diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 40505d1..2139313 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.10" - name: Create virtual environment and install dependencies run: |