diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d17d6c2..d35fcde 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.9.25 + python-version: 3.10.19 - name: Install python dependencies working-directory: hackathon_site run: |