Skip to content
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

feat: adding step for importing library #353

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

germa89
Copy link
Contributor

@germa89 germa89 commented Oct 16, 2023

Add an explicit step for testing the import of the library.

Close #347

Improve #276

@germa89 germa89 requested a review from a team as a code owner October 16, 2023 09:38
@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions bot added the enhancement General improvements to existing features label Oct 16, 2023
build-wheelhouse/action.yml Outdated Show resolved Hide resolved
@RobPasMue RobPasMue changed the title Adding step for importing library feat: adding step for importing library Oct 26, 2023
@germa89 germa89 self-assigned this Oct 26, 2023
run: |
library_name=${{ inputs.library-name }}

library_name="${library_name//-/.}"
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure if this will always work. 90% of the cases it will... but I'm guessing some will fail

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I kind of agree.. but I cannot come up with something better 🤷🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General improvements to existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Library import when smoke tests/wheel build
2 participants