• moto's avatar
    Temporarily pin nightly version on Linux/macOS CPU unittest (#1598) · 6d9c04d8
    moto authored
    There are some issues on CMake-based integration after 2021-06-19.
    
    ```
      Imported target "torch" includes non-existent path
        "/opt/conda/conda-bld/pytorch_1624259172741/work/torch/lib"
      in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
      * The path was deleted, renamed, or moved to another location.
      * An install or uninstall procedure did not complete successfully.
      * The installation package was faulty and references files it does not provide.
    ```
    
    This is being worked on PR like https://github.com/pytorch/pytorch/pull/60403.
    The nightly builds are still causing the error, so as a workaround, 
    we pin the nightly build version for Linux/macOS unittest.
    The issue still happens on Windows unittest and binary builds.
    6d9c04d8
install.sh 2.71 KB