From 1fa7fae6b3fc87670f63be32568e4c6b11d4d2df Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 2 Oct 2022 19:33:17 +0300 Subject: [PATCH] Fixed deployment pipeline (Python version) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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