Copilot commented on code in PR #13663: URL: https://github.com/apache/skywalking/pull/13663#discussion_r2685002624
########## test/e2e-v2/cases/browser/docker/Dockerfile.provider: ########## @@ -22,4 +22,9 @@ RUN git clone https://github.com/apache/skywalking-python.git $(pwd) RUN git reset --hard ${SW_AGENT_PYTHON_COMMIT} && git submodule update --init -RUN make setup install +RUN <<EOT + pip install --upgrade pip Review Comment: There is trailing whitespace at the end of this line after 'pip'. This should be removed to maintain code cleanliness. ```suggestion pip install --upgrade pip ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
