Skip to content

Commit

Permalink
Applying review requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Sep 29, 2023
1 parent 0905083 commit 1547710
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
DOCKER_PACKAGE: ghcr.io/ansys/mapdl
DOCKER_IMAGE_VERSION_DOCS_BUILD: v23.1.0
ON_CI: True
PYTEST_ARGUMENTS: '-vv --durations=10 --maxfail=10 --reruns 7 --reruns-delay 5 --cov=ansys.mapdl.core --cov-report=html '
PYTEST_ARGUMENTS: '-vv --durations=10 --maxfail=10 --reruns 7 --reruns-delay 5 --cov=ansys.mapdl.core --cov-report=html'

# Following env vars when changed will "reset" the mentioned cache,
# by changing the cache file name. It is rendered as ...-v%RESET_XXX%-...
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tests = [
"pyansys-tools-report==0.6.0",
"vtk==9.2.6",
"pytest-rerunfailures==12.0",
"pytest-pyvista@git+https://github.com/pyvista/pytest-pyvista#main",
"pytest-pyvista==0.1.9",
]
doc = [
"sphinx==7.2.6",
Expand Down
Empty file removed tests/.image_cache/MY_FILE3.png
Empty file.

0 comments on commit 1547710

Please sign in to comment.