Commit 69a4724c authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

use make update instead of pull&install

parent a767372a
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -4,12 +4,10 @@ all:
	rm -rf build csst_dag.egg-info
	pip install -e .

install:
	rm -rf build csst_dag.egg-info
	pip install . --no-deps --force-reinstall

pull:
update:
	git pull
	rm -rf build csst_dag.egg-info
	pip install . --force-reinstall --no-deps

compile:
	uv pip compile pyproject.toml -o requirements.txt