Skip to content

Commit

Permalink
Switching to using uv as PIP installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed May 7, 2024
1 parent 59429da commit ae39d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/make -f

install-dev-requirements:
pip install -U pip hatch
pip install -U uv hatch

install-test-requirements:
pip install -U .[test]
uv pip install .[test]

services-up:
docker compose up -d
Expand Down

0 comments on commit ae39d9f

Please sign in to comment.