Loading Makefile +3 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Makefile +3 −5 Original line number Diff line number Diff line Loading @@ -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 Loading