-
Notifications
You must be signed in to change notification settings - Fork 30
Address CI warnings to not use nodefaults channel #1898
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
Conversation
…tead This change is prompted by CI warning: ``` 'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' as a way of removing 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' to remove this warning. ```
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
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.
Warnings are gone, LGTM
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_220 ran successfully. |
Deprecation warnings are gone. Future warnings are still present, but the log does not show |
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_240 ran successfully. |
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.
Thank you @oleksandr-pavlyk, LGTM!
Unfortunately, the deprecated warnings appear to be back, for the Windows step |
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.
I misread in my last comment, it was the future warnings. LGTM!
Remove use of nodefaults channel, use conda-remove-defaults: true instead
This change is prompted by CI warning: