Skip to content

Commit

Permalink
Switching to using uv as PIP installer. Various fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed May 7, 2024
1 parent 6c5ab8e commit be3d6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install-dev-requirements:
uv venv && uv pip install hatch

install-test-requirements:
uv pip install .[test]
uv pip install --only-binary .[test]

services-up:
docker compose up -d
Expand Down

0 comments on commit be3d6ab

Please sign in to comment.