Skip to content

Commit 3a875c5

Browse files
committed
updated test_docker.sh
1 parent c8ceaee commit 3a875c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export DOCKER_IMAGE="harisekhon/pytools"
2828
if is_docker_available; then
2929
docker pull "$DOCKER_IMAGE"
3030
#docker run "$DOCKER_IMAGE" welcome.py
31-
docker run "$DOCKER_IMAGE" tests/all.sh
31+
docker run -e CI=1 "$DOCKER_IMAGE" tests/all.sh
3232
fi

0 commit comments

Comments
 (0)