From 0f2bc822b4d2bf101f29a29218e2737e9dae5800 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 13 Nov 2024 14:54:11 +0200 Subject: [PATCH] github: Disable Python requirements check It's failing pretty often and, therefore, noisy... --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0c8ab6152..e09f0e6e9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -94,5 +94,5 @@ jobs: - name: Install pip-tools run: pip install pip-tools - - name: Check requirements files - run: make check-requirements +# - name: Check requirements files +# run: make check-requirements