Skip to content

Commit

Permalink
Temporary fix for jsonargparse issue on Python3.11.9 (#3291)
Browse files Browse the repository at this point in the history
Update GH action workflow

Signed-off-by: Kim, Vinnam <[email protected]>
  • Loading branch information
vinnamkim authored Apr 9, 2024
1 parent 02424b4 commit 37165e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37165e0

Please sign in to comment.