Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Oct 18, 2024
1 parent b914459 commit 125ef00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ddtest
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ fi
# retry docker pull if fails
for i in {1..3}; do docker-compose pull -q testrunner && break || sleep 3; done

# TODO(DEV): Install riot in the docker image
FULL_CMD="pip install -q --disable-pip-version-check riot==0.20.0 && $CMD"
FULL_CMD="pip install -q --disable-pip-version-check riot==0.20.0 hatch && $CMD"


# install and upgrade riot in case testrunner image has not been updated
Expand Down

0 comments on commit 125ef00

Please sign in to comment.