-
Notifications
You must be signed in to change notification settings - Fork 314
test: enable windows doc tests #3906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
test: enable windows doc tests #3906
Conversation
We disabled doc tests on Windows early on, since Windows support wasn't really there then. We for sure want to test this now.
The reason this fails is that the build script in the
|
@@ -40,5 +41,5 @@ requirements: | |||
- ninja | |||
|
|||
host: # (4)! | |||
- python 3.12.* | |||
- python 3.13.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last time we checked that made problems with nanobind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha we changed it now to fix the nanobind issue😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
The The The Might be able to continue later. |
That's a good idea! |
We disabled doc tests on Windows early on, since Windows support wasn't really there then.
We for sure want to test this now.