From 7d76113f793414b549872960c22360744fc09f47 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 23 Oct 2023 22:41:12 +0200 Subject: [PATCH] Fix version of pyre-check to 0.9.18 for antsibull 0.52.0 test. --- .github/workflows/antsibull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/antsibull.yml b/.github/workflows/antsibull.yml index e9b0c19..1b0007a 100644 --- a/.github/workflows/antsibull.yml +++ b/.github/workflows/antsibull.yml @@ -56,7 +56,7 @@ jobs: python -m venv venv . ./venv/bin/activate python -m pip install --upgrade pip - python -m pip install . ../antsibull-changelog ../antsibull-core "pyre-check ~= 0.9" ansible-core "wheel" + python -m pip install . ../antsibull-changelog ../antsibull-core "pyre-check == 0.9.18" ansible-core "wheel" ansible-galaxy collection install community.general working-directory: antsibull