File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ client: learning
73
73
cd $(CLIENT_DIR ) && \
74
74
python3 -m pip install -r requirements.txt -r requirements-dev.txt --user && \
75
75
export PATH=$(PATH ) :$(HOME ) /.local/bin && \
76
- python3 setup.py build_ext --inplace --user
77
- python3 -m pip install --user --no-build-isolation --editable $(CLIENT_DIRNT_DIR )
76
+ python3 setup.py build_ext --inplace --user && \
77
+ python3 -m pip install --user --no-build-isolation --editable $(CLIENT_DIR ) && \
78
78
rm -rf $(CLIENT_DIR ) /* .egg-info
79
79
80
80
coordinator : client
81
81
cd $(COORDINATOR_DIR ) && \
82
82
python3 -m pip install -r requirements.txt -r requirements-dev.txt --user && \
83
- python3 setup.py build_builtin
84
- python3 -m pip install --user --editable $(COORDINATOR_DIR )
83
+ python3 setup.py build_builtin && \
84
+ python3 -m pip install --user --editable $(COORDINATOR_DIR ) && \
85
85
rm -rf $(COORDINATOR_DIR ) /* .egg-info
86
86
87
87
# We deliberately make $(ENGINE) depends on a file, and $(ENGINE)-install depends on $(ENGINE),
You can’t perform that action at this time.
0 commit comments