From aa5e8b4e25b434f09bc9089ec4f41a0c3e37ea4a Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Wed, 16 Nov 2022 08:24:54 +0100 Subject: [PATCH] ci: Pin Fedora container for pylint This is so that new pylint errors with the version in Fedora 37 can be fixed in a separate, subsequent PR. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f47e85..ba3e6c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: "🐍 Lint" runs-on: ubuntu-latest container: - image: registry.fedoraproject.org/fedora:latest + image: registry.fedoraproject.org/fedora:36 steps: - name: Install test dependencies