Skip to content

Commit

Permalink
add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 2, 2024
1 parent 75521cf commit 8143e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mongod --fork --logpath /var/log/mongod.log \
--tokens

## Pre-install dependencies for Berserk client
RUN pip3 install berserk
RUN pip3 install berserk pytest

RUN git clone --depth 1 https://github.com/lichess-org/lila.git /lila
WORKDIR /lila
Expand Down

0 comments on commit 8143e2f

Please sign in to comment.