skrawcz commented on code in PR #1488:
URL: https://github.com/apache/hamilton/pull/1488#discussion_r2848640265
##########
.github/workflows/hamilton-sdk.yml:
##########
@@ -33,9 +33,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install -e ${{ github.workspace }}
pip install -r requirements.txt
pip install -r requirements-test.txt
+ pip install -e ${{ github.workspace }}
Review Comment:
yeah something is funky here since it's not behaving as expected.
--
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]