From ce7e4f9233060f5610dca5a273e3210870734ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Thu, 22 Jun 2023 17:15:26 +0200 Subject: [PATCH] configure py5thon --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bff4aae..4d56ac4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,9 @@ jobs: with: repository: 'specklesystems/speckle-automate-github-action' path: 'github-action' + - uses: actions/setup-python@v4 + with: + python-version: '3.11' - name: Install and configure Poetry uses: snok/install-poetry@v1 with: