klesh commented on code in PR #4724:
URL: 
https://github.com/apache/incubator-devlake/pull/4724#discussion_r1144388547


##########
.github/workflows/test.yml:
##########
@@ -44,6 +44,17 @@ jobs:
       uses: actions/setup-go@v3
       with:
         go-version: ${{ matrix.go }}
+    - name: Setup Python

Review Comment:
   I figured you wanted a python runtime to execute the test.
   Notice that we are using container to execute our test, 
https://github.com/apache/incubator-devlake/blob/243cc8a80aa5b37828e2a142ac9f7e3269b7e1dc/.github/workflows/test.yml#L39
 , maybe `actions/setup-python@v4` doesn't support it well.
   
   Maybe we could pack the `python` into `lake-builder` as a workaround, plus, 
it would be fast if we do so.



-- 
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]

Reply via email to