diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index baf46ac3..55b17c8f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Install and configure Poetry uses: snok/install-poetry@v1