Skip to content

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

Merged
merged 18 commits into from
Mar 13, 2023

Conversation

Revathyvenugopal162
Copy link
Collaborator

@Revathyvenugopal162 Revathyvenugopal162 commented Mar 10, 2023

Add the ansys-api-speos package as private dependency.

@github-actions github-actions bot added maintenance Package and maintenance related CI/CD enhancement New features or code improvements labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@Revathyvenugopal162 Revathyvenugopal162 marked this pull request as ready for review March 10, 2023 13:39
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added the CI/CD label Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 10, 2023
@echambla
Copy link
Collaborator

echambla commented Mar 10, 2023

@Revathyvenugopal162 and @MaxJPRey
The issue encountered in the unit tests was due to the following:
grpcio 1.52.0 was used and leading to the issue.
Forcing grpcio 1.51.3 is solving.

I am wondering why the 1.52.0 was retrieved:
bcc14825-ff7d-4464-b4e0-f26b2a9192ba
Because it is written as Yanked in PyPI:
https://pypi.org/project/grpcio/#history

@@ -77,7 +72,7 @@ jobs:
python -m twine check dist/*

- name: Install library
run: pip install .
run: pip install -e .
Copy link
Contributor

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.

@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 13, 2023
@github-actions github-actions bot added CI/CD and removed CI/CD labels Mar 13, 2023
Copy link
Contributor

@MaxJPRey MaxJPRey left a 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.

Copy link
Member

@etiennearnal etiennearnal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Revathyvenugopal162 Revathyvenugopal162 merged commit 9a02eb6 into main Mar 13, 2023
@Revathyvenugopal162 Revathyvenugopal162 deleted the feat/add-private-dependencies branch March 13, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants