From 8fc0abbc427cd4d564b6a479660d7713b3776289 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Mon, 17 Jun 2024 17:23:03 +0200 Subject: [PATCH] ci: Use python to 3.10 --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d4f3f1..dc4a9af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,9 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.19 + - uses: actions/setup-python@v5 + with: + python-version: '3.10' - uses: actions/cache@v4 with: path: |