Skip to content

Commit a38e080

Browse files
committed
installing dev package before testing in ci
1 parent 7eaf30f commit a38e080

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

changehc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

claims_hosp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

doctor_visits/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

google_symptoms/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

hhs_hosp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

nchs_mortality/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

nssp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

nwss_wastewater/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

quidel_covidtest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

sir_complainsalot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

0 commit comments

Comments
 (0)