Skip to content

Commit

Permalink
Temporary fix for jsonargparse issue on Python3.11.9 for release bran…
Browse files Browse the repository at this point in the history
…ch (#3294)

Temporary fix for jsonargparse issue on Python3.11.9 (#3291)

Update GH action workflow

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Co-authored-by: Vinnam Kim <vinnam.kim@intel.com>
  • Loading branch information
eunwoosh and vinnamkim committed Apr 9, 2024
1 parent 75c69af commit 17efd68
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 17efd68

Please sign in to comment.