Skip to content

Commit

Permalink
add quotes to avoid that Python 3.10 is interpreted as Python 3.1 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 27, 2022
1 parent d780bb7 commit 925cfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
python: [2.7, 3.6, 3.7, 3.8, 3.9, '3.10']
modules_tool: [Lmod-6.6.3, Lmod-7.8.22, Lmod-8.1.14]
module_syntax: [Lua, Tcl]
# exclude some configurations: only test Tcl module syntax with Lmod 7.x and Python 2.7 & 3.6
Expand All @@ -20,7 +20,7 @@ jobs:
module_syntax: Tcl
- python: 3.9
module_syntax: Tcl
- python: 3.10
- python: '3.10'
module_syntax: Tcl
fail-fast: false
steps:
Expand Down

0 comments on commit 925cfc7

Please sign in to comment.