diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b9cc7af..ca07fec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' # Specify the Python version here + python-version: '3.10' # Specify the Python version here - name: Set up Roboto Config run: |