1. 15 Nov, 2024 1 commit
  2. 20 Aug, 2023 1 commit
    • moto's avatar
      Fix style check CI job (#3564) · a5da0a28
      moto authored
      Summary:
      It seems that the default Python version was updated to 3.11.
      libcst does not have binary release for 3.11, so the CI attempts to
      build from source but it fails because building libcst requires Rust
      compiler.
      
      This commit fix the Python version of style check job to 3.10 so that
      the issue with Rust compiler is avoided.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3564
      
      Reviewed By: huangruizhe
      
      Differential Revision: D48499560
      
      Pulled By: mthrok
      
      fbshipit-source-id: 53ab77268d8143f4946d92e8cd1f96aea55e7b72
      a5da0a28
  3. 08 Jun, 2023 1 commit
  4. 31 May, 2023 1 commit