Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
69a4724c
Commit
69a4724c
authored
Oct 28, 2025
by
BO ZHANG
🏀
Browse files
use make update instead of pull&install
parent
a767372a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
69a4724c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment