File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132
133133 - name : " Test with tox"
134134 # Only the tox environment specified in the tox.ini gh-actions is run
135- run : tox -e tests3.13 -- -m mapdl_integration
135+ run : tox -e tests313 -- -m mapdl_integration
136136
137137 - name : " Collect MAPDL logs on failure"
138138 if : always()
Original file line number Diff line number Diff line change @@ -12,14 +12,13 @@ python =
1212 3.12: tests312
1313 3.13: tests313
1414
15- [testenv]
15+ [testenv:tests ]
1616description = Checks for project unit tests and coverage (if desired)
1717basepython =
1818 tests310: python3.10
1919 tests311: python3.11
2020 tests312: python3.12
2121 tests313: python3.13
22- {tests,style,reformat,doc}: python3
2322skip_install = true
2423allowlist_externals =
2524 poetry
You can’t perform that action at this time.
0 commit comments