From 33a93709679f2abdc71ec2c18306f9a02b3f93c5 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Tue, 7 Jan 2025 07:25:18 +0000 Subject: [PATCH] Disable temporarily the project config check Signed-off-by: Akashdeep Dhar --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54fd6ed..cef34e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,9 +14,10 @@ jobs: run: | python3 -m pip install --upgrade poetry tox - - name: Check the correctness of the project config - run: | - poetry check +# TEMPORARILY COMMENTED OUT UNTIL THE POETRY 2.X BECOMES COMMON +# - name: Check the correctness of the project config +# run: | +# poetry check - name: Check the quality of the code run: |