Skip to content

Commit

Permalink
run unit tests with Python 3.11-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 25, 2022
1 parent 95bae20 commit 8806062
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
- python: '3.10'
modules_tool: ${{needs.setup.outputs.lmod8}}
module_syntax: Tcl
- python: '3.11-dev'
modules_tool: ${{needs.setup.outputs.lmod8}}
module_syntax: Lua
- python: '3.11-dev'
modules_tool: ${{needs.setup.outputs.lmod8}}
module_syntax: Tcl
# There may be encoding errors in Python 3 which are hidden when an UTF-8 encoding is set
# Hence run the tests (again) with LC_ALL=C and Python 3.6 (or any < 3.7)
- python: 3.6
Expand Down

0 comments on commit 8806062

Please sign in to comment.