1. 21 Dec, 2025 1 commit
    • Hongtao Zhang's avatar
      CI/CD - Fix Azure pipeline (#767) · c99380b4
      Hongtao Zhang authored
      
      
      **Description**
      Azure pipeline cpu-unit-test failed for "2025-12-10T03:47:59.0628597Z
      ERROR: Could not install packages due to an OSError: [Errno 28] No space
      left on device"
      
      **Root Cause**
      This happens because the matrix jobs (Python 3.7, 3.10, 3.12) run in
      parallel and share the same VM's disk. Python 3.12 downloads
      newer/larger packages (especially PyTorch and NVIDIA CUDA libraries
      which are ~3GB+), and when multiple jobs run simultaneously, they
      exhaust the disk space.
      
      **Fix**
      Disable the cache usage when installing SB
      Co-authored-by: default avatarHongtao Zhang <hongtaozhang@microsoft.com>
      c99380b4
  2. 05 Nov, 2025 1 commit
  3. 22 Oct, 2025 1 commit
  4. 25 Feb, 2025 1 commit
  5. 27 Nov, 2024 1 commit
  6. 22 Nov, 2023 1 commit
  7. 22 Aug, 2023 1 commit
  8. 06 Mar, 2023 1 commit
  9. 17 Feb, 2023 1 commit
  10. 17 Aug, 2022 1 commit
    • Yifan Xiong's avatar
      Update Python setup for require packages (#387) · 626ac0a4
      Yifan Xiong authored
      __Description__
      
      Update Python setup for require packages.
      
      __Major Revisions__
      * downgrade requests version to be compatible with python 3.6, add corresponding pipeline for 3.6
      * add extra entry in extras_require for nested packages
      * update `pip install` contents accordingly
      626ac0a4
  11. 13 Aug, 2022 1 commit
  12. 10 Dec, 2021 2 commits
  13. 22 Oct, 2021 1 commit
  14. 21 Oct, 2021 1 commit
  15. 09 Jul, 2021 1 commit
  16. 01 Jun, 2021 1 commit
  17. 26 May, 2021 3 commits
  18. 23 May, 2021 1 commit
  19. 18 May, 2021 2 commits
  20. 21 Apr, 2021 1 commit
  21. 14 Apr, 2021 1 commit
  22. 13 Apr, 2021 1 commit
  23. 12 Apr, 2021 1 commit