Skip to content

Commit

Permalink
temporary change: use mapdl_section_data docker image instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Nov 28, 2023
1 parent f0455bc commit 912b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def pytest_addoption(parser: pytest.Parser) -> None:
parser.addoption(
DOCKER_IMAGE_TAG_KEY,
action="store",
default="latest",
default="mapdl_section_data",
help="Tag of pydpf-composites container to start for the tests. Default is 'latest'.",
)

Expand Down

0 comments on commit 912b767

Please sign in to comment.