Skip to content

Commit c2fdae5

Browse files
authored
Update quidel_covidtest/Makefile
1 parent cd44d90 commit c2fdae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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[dev]' ;\
16+
pip install ../_delphi_utils_python ;\
1717
pip install .
1818

1919
lint:

0 commit comments

Comments
 (0)