1. 09 Apr, 2023 1 commit
    • Cache git dependencies as wheels (#7473) · fd706c8c
      Currently, poetry install will clone, build and install every git
      dependency when it's not present in the environment. This is OK for
      developer's machines, but not OK for CI - there environment is always
      fresh, and installing git dependencies takes significant time on each CI
      run, especially if the dependency has C extensions that need to be
      built.
      
      This commit builds a wheel for every git dependency that has precise
      reference hash in lock file and is not required to be in editable mode,
      stores that wheel in a cache dir and will install from it instead of
      cloning the repository again.
      Maxim Koltsov committed
  2. 08 Apr, 2023 2 commits
  3. 06 Apr, 2023 3 commits
  4. 05 Apr, 2023 2 commits
  5. 04 Apr, 2023 2 commits
  6. 03 Apr, 2023 2 commits
  7. 01 Apr, 2023 1 commit
  8. 31 Mar, 2023 5 commits
  9. 27 Mar, 2023 2 commits
  10. 23 Mar, 2023 1 commit
  11. 19 Mar, 2023 3 commits
  12. 18 Mar, 2023 4 commits
  13. 17 Mar, 2023 1 commit
  14. 07 Mar, 2023 2 commits
  15. 04 Mar, 2023 3 commits
  16. 01 Mar, 2023 1 commit
  17. 27 Feb, 2023 3 commits
  18. 25 Feb, 2023 1 commit
  19. 17 Feb, 2023 1 commit