ragged icon indicating copy to clipboard operation
ragged copied to clipboard

ci: Use uv for all pip installs

Open matthewfeickert opened this issue 1 year ago • 0 comments
trafficstars

  • Use 'uv pip' for all calls to 'pip install' in CI workflows.
    • c.f. https://github.com/astral-sh/uv/
  • Use 'pytest' over 'python -m pytest' as calling pytest as a main module also includes the current directory on the path.

matthewfeickert avatar May 07 '24 00:05 matthewfeickert