diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 99cc5883..3c2cba52 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -99,7 +99,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' # Watch as I let this get handled as a float again - name: Install dependencies shell: bash