Skip to content

Commit

Permalink
docker: install cli deps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Oct 7, 2020
1 parent 2680220 commit f74e6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends cp2k

# Install aiida-cp2k plugin.
COPY . aiida-cp2k
RUN pip install ./aiida-cp2k[pre-commit,test,docs]
RUN pip install ./aiida-cp2k[pre-commit,test,docs,cli]

# Install coverals.
RUN pip install coveralls
Expand Down

0 comments on commit f74e6f7

Please sign in to comment.