Skip to content

Commit

Permalink
only run easyconfigs test suite with Python 3.6 for now, since 'pytho…
Browse files Browse the repository at this point in the history
…n setup.py sdist' doesn't fully work with Python 3.11 (probably due to a recent setuptools version)
  • Loading branch information
boegel committed Jun 1, 2023
1 parent 3c35a7c commit e7176b1
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, '3.11']
python: [3.6]
modules_tool: [Lmod-7.8.22, Lmod-8.6.8]
module_syntax: [Lua, Tcl]
# exclude some configurations: only test Tcl module syntax with Lmod 8.x and Python 3.6
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, '3.11']
python: [3.6]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e7176b1

Please sign in to comment.