-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
weekly-preview workflow failing #5882
Comments
I'm looking into this, the issue is from the dependency on MetricsReloaded github Line 55 in 2d0e021
Lines 136 to 137 in 2d0e021
packaging monai requires a proper pypi release of |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
part of #5882 ### Description a workaround to not installing MetricsReloaded when packaging. once `pip install MetricsReloaded` is made available we can undo the workaround. workflow tested https://github.com/Project-MONAI/MONAI/actions/runs/3984778767/jobs/6831377542 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [x] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Wenqi Li <wenqil@nvidia.com>
the auto build is working again but before releasing v1.2, we should fix Project-MONAI/MetricsReloaded#35 and uncomment the workaround: Lines 136 to 138 in 86a06f3
|
Describe the bug
For the last 2 weeks, the weekly-preview workflow has failed to deploy a new pre-release for monai-weekly.
It is showing this message:
packaging: # >> PyPA publish to PyPI GHA: UNSUPPORTED GITHUB ACTION VERSION <<#L1
You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure to use a supported version. If you want to pin to v1 major version, use "pypa/gh-action-pypi-publish@release/v1". If you feel adventurous, you may opt to use use "pypa/gh-action-pypi-publish@unstable/v1" instead. A more general recommendation is to pin to exact tags or commit shas.
The text was updated successfully, but these errors were encountered: