Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Dec 14, 2024
1 parent 184ab96 commit 395b6fe
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
Expand Up @@ -5,8 +5,8 @@ links:
.PHONY: deps
deps: links setup-cargo setup-macos
# install python package deps
pip install --upgrade --quiet pip
pip install --quiet -r $(DEPS_DIR_PATH)/requirements.txt
uv pip install --upgrade --quiet pip --system
uv pip install --quiet -r $(DEPS_DIR_PATH)/requirements.txt --system

# install brew deps
brew update -q
Expand Down

0 comments on commit 395b6fe

Please sign in to comment.