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

use make update instead of pull&install

parent a767372a
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment