File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
install : venv
8
8
. env/bin/activate; \
9
9
pip install wheel ; \
10
- pip install -e ../_delphi_utils_python ; \
10
+ pip install -e ../_delphi_utils_python[dev] ; \
11
11
pip install -e .
12
12
13
13
install-ci : venv
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install: venv
13
13
install-ci : venv
14
14
. env/bin/activate; \
15
15
pip install wheel ; \
16
- pip install ' ../_delphi_utils_python' ; \
16
+ pip install ' ../_delphi_utils_python[dev] ' ; \
17
17
pip install .
18
18
19
19
lint :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install: venv
13
13
install-ci : venv
14
14
. env/bin/activate; \
15
15
pip install wheel ; \
16
- pip install ' ../_delphi_utils_python' ; \
16
+ pip install ' ../_delphi_utils_python[dev] ' ; \
17
17
pip install .
18
18
19
19
lint :
You can’t perform that action at this time.
0 commit comments