diff --git a/.github/workflows/pre_merge.yaml b/.github/workflows/pre_merge.yaml index b086a076a9a..baa477ff0ca 100644 --- a/.github/workflows/pre_merge.yaml +++ b/.github/workflows/pre_merge.yaml @@ -43,7 +43,9 @@ jobs: include: - python-version: "3.10" tox-env: "py310" - - python-version: "3.11" + # TODO(vinnamki): Revisit after fixing in the upstream: https://github.com/omni-us/jsonargparse/issues/484 + # Ticket no. 138075 + - python-version: "3.11.8" tox-env: "py311" name: Unit-Test-with-Python${{ matrix.python-version }} # This is what will cancel the job concurrency