-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug
I'm seeing errors in the the CircleCI preview docs, see:
https://output.circle-artifacts.com/output/job/9bd40329-d940-4772-acbf-52cc1caa393a/artifacts/0/docs/_build/tutorials/fundamentals/viewer.html#toggle-ndisplay-2d-3d-button
But the build artifacts are fine, see:
#159 (comment)
Looking at:
https://github.com/napari/docs/blob/main/.circleci/config.yml
I suspect the issue could be related to the previous CI errors, likely due to new pyopengl
(3.1.7), because the constraints file (pinning 3.1.6) is not used on CircleCI:
Line 51 in 741829f
python -m pip install -e napari/".[pyside,dev]" |
Environment
Additional context
See: #164
CC: @Czaki
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working