-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add ansys-api-speos as private dependency. #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Revathyvenugopal162 and @MaxJPRey I am wondering why the 1.52.0 was retrieved: |
.github/workflows/ci_cd.yml
Outdated
@@ -77,7 +72,7 @@ jobs: | |||
python -m twine check dist/* | |||
|
|||
- name: Install library | |||
run: pip install . | |||
run: pip install -e . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is editable
mode mandatory?
I know we had to use it in the past to overcome some limitations but not sure it is required here.
Co-authored-by: Maxime Rey <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Revathyvenugopal162 . This is great to move forward with the release and distribution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Revathyvenugopal162 a @echambla !
Add the ansys-api-speos package as private dependency.