From 86e62484b57f91ab88b8ce88617342e2fd6afd6d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 28 Nov 2022 00:30:44 +0100 Subject: workflows/ci: fix Python 3.6 tests https://github.com/actions/setup-python/issues/544 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index facfb65..cc56e5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,9 @@ on: jobs: test_local: - runs-on: ubuntu-latest + # Unpin when this is fixed: + # https://github.com/actions/setup-python/issues/544 + runs-on: ubuntu-20.04 strategy: matrix: python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] -- cgit v1.2.3