We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried to fix the integration tests of _base for _contrib in pyiron/pyiron_base#1111 which failed since _contrib does not have a pyironconfig.py any more. I wanted to use the actions, however, I assume I need the resources to point to the _contrib and not to the _base resources. Therefore, we probably need to include this as variables in the pyironsetup action instead of using the current working directory in a fixed way https://github.com/pyiron/actions/blob/9541f956565db661666c1930aee57d6a782817ba/.support/pyironconfig.py#LL7C85-L7C85
pyironconfig.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just tried to fix the integration tests of _base for _contrib in pyiron/pyiron_base#1111 which failed since _contrib does not have a
pyironconfig.py
any more. I wanted to use the actions, however, I assume I need the resources to point to the _contrib and not to the _base resources. Therefore, we probably need to include this as variables in the pyironsetup action instead of using the current working directory in a fixed wayhttps://github.com/pyiron/actions/blob/9541f956565db661666c1930aee57d6a782817ba/.support/pyironconfig.py#LL7C85-L7C85
The text was updated successfully, but these errors were encountered: