Skip to content

Commit

Permalink
Reverted mayavi installation mode as it was not working with GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Dec 21, 2023
1 parent 0bb66e6 commit 3322e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ def flake8(session: PowerSession):
]
MKDOCS_GALLERY_EXAMPLES_MAYAVI_REQS = [
"PyQt5", # PyQt is required for the mayavi backend
"mayavi>=4.7.4", # we want mayavi>=4.7.4 when available due to https://github.com/enthought/mayavi/pull/1272
# Note: installing Mayavi from PyPi does not seem to work on GHA CI.
"git+https://github.com/enthought/mayavi.git", # we want mayavi>=4.7.4 when available due to https://github.com/enthought/mayavi/pull/1272
]


Expand Down

0 comments on commit 3322e6b

Please sign in to comment.