Skip to content

Commit

Permalink
fix examples/ location in noxfile for no-mayavi mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Pujol committed Dec 21, 2023
1 parent 79e21bf commit 95b45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def tests(session: PowerSession, coverage, pkg_specs):
with open("mkdocs-no-mayavi.yml", "w") as f:
for line in mkdocs_config:
if line == " expected_failing_examples:\n":
line = line + " - docs/examples/plot_10_mayavi.py\n"
line = line + " - examples/plot_10_mayavi.py\n"
f.write(line)

# install CI-only dependencies
Expand Down

0 comments on commit 95b45d9

Please sign in to comment.