Skip to content

Commit

Permalink
Add pytest to Docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
morsapaes committed May 15, 2024
1 parent 99e88dd commit 0917e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/dbt-materialize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ FROM python:3.8.6

COPY . dbt-materialize/

RUN pip install pytest
RUN pip install ./dbt-materialize[dev]

0 comments on commit 0917e28

Please sign in to comment.