diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 131c1ee..9622901 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: "3.10.8" + python-version: "3.8.16" - name: Install dependencies run: pip install -r requirements.txt