Yicong-Huang commented on code in PR #4220:
URL: https://github.com/apache/texera/pull/4220#discussion_r3142361930


##########
.github/workflows/github-action-build.yml:
##########
@@ -117,6 +117,11 @@ jobs:
           python-version: '3.11'
       - name: Show Python
         run: python --version || python3 --version
+      - name: Install dependencies
+        run: |
+          python -m pip install --upgrade pip
+          if [ -f amber/requirements.txt ]; then pip install -r 
amber/requirements.txt; fi
+          if [ -f amber/operator-requirements.txt ]; then pip install -r 
amber/operator-requirements.txt; fi

Review Comment:
   seems we already have Python installed here in scala tests. Then we can keep 
it for now. We can defer the integration test separation to later PR. 



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