Skip to content

Commit 7f951f8

Browse files
committed
Fix integration and fiddle with envs
1 parent 2bb499a commit 7f951f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ python =
1212
3.12: tests312
1313
3.13: tests313
1414

15-
[testenv]
15+
[testenv:tests]
1616
description = Checks for project unit tests and coverage (if desired)
1717
basepython =
1818
tests310: python3.10
1919
tests311: python3.11
2020
tests312: python3.12
2121
tests313: python3.13
22-
{tests,style,reformat,doc}: python3
2322
skip_install = true
2423
allowlist_externals =
2524
poetry

0 commit comments

Comments
 (0)