Skip to content

Commit 72f66b2

Browse files
committed
Add odoo-test-helper to CI dependencies in Dockerfile
1 parent 5b497ed commit 72f66b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ RUN pip install -e /odoo/src/odoo
8080
RUN rm -rf /odoo/wheels
8181

8282
FROM base as ci
83-
RUN pip install --no-cache-dir coverage manifestoo checklog-odoo
83+
RUN pip install --no-cache-dir coverage manifestoo checklog-odoo odoo-test-helper
8484
RUN apt-get update && apt-get install expect -y
8585
ENTRYPOINT [ "/bin/bash" ]

0 commit comments

Comments
 (0)