From 2e4286b68ee6b99be8e42cfd82a39b2a44cbcce0 Mon Sep 17 00:00:00 2001 From: Pyry Lahtinen Date: Sun, 11 Dec 2022 14:58:38 +0000 Subject: [PATCH] fix python version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9fbdad..8fccb87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4.3.1 with: - python-version: 3.10 + python-version: '3.10' - name: Install Poetry run: pip install poetry - name: Init environment