Skip to content

Commit

Permalink
Fix install CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Mar 12, 2024
1 parent be8a234 commit 6d591c4
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 @@ -60,7 +60,7 @@ install-dev:

.PHONY: install-ci
install-ci:
make uv-activate && uv pip install -e .[lint]
make uv-activate && uv pip install -r requirements-dev.txt

.PHONY: update-deps
update-deps:
Expand Down

0 comments on commit 6d591c4

Please sign in to comment.