Skip to content
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

Fix conda-package workflow #895

Merged
merged 2 commits into from
Aug 28, 2022
Merged

Commits on Aug 28, 2022

  1. Use consistent order of channels during build and test phases

    Bump up cache number
    
    Attempt to triage conda-package workflow
    
    source conda shell definition before calling calling activate
    
    test_examples_list must make sure to install the exact version built by build_linux step
    
    Require dpnp>=0.10.1
    oleksandr-pavlyk committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    35295bf View commit details
    Browse the repository at this point in the history
  2. Import error_already_set into namespace

    Import pybind11::error_already_set into dpctl::memory namespace to work-around
    compilation error due to use of not-fully qualified identified in
    PYBIND11_OBJECT_CVT macro
    oleksandr-pavlyk committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    4764cec View commit details
    Browse the repository at this point in the history