-
Notifications
You must be signed in to change notification settings - Fork 122
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
Fix multidependabot ci #2088
Fix multidependabot ci #2088
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2088 +/- ##
==========================================
+ Coverage 86.43% 86.48% +0.04%
==========================================
Files 45 45
Lines 7971 7969 -2
==========================================
+ Hits 6890 6892 +2
+ Misses 1081 1077 -4 |
It seems I was wrong. The problem is not the PAT. The action is broken. It seems it is trying to pull an inexistent image from the docker registry. I have reported this in: And propose a solution in: Therefore, I'm going to change the scope of this PR to prepare for a possible update. I will keep the other changes because they are minimal. |
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.
LGTM
Because the action is not working, I dont know if the change in the PAT will fix it. Let's leave this PR open for the moment, and see. |
We might need to use the action with its main branch: steps:
- uses: marcoroth/dependabot-bump-together-action@main
with:
dependencies: ansys-api-mapdl, vtk, ansys-corba, ansys-dpf-core, ansys-mapdl-reader, ansys-platform-instancemanagement, ansys-sphinx-theme, pyansys-tools-report, appdirs, autopep8, click, imageio-ffmpeg, imageio, importlib-metadata, jupyter_sphinx, jupyterlab, matplotlib, numpy, numpydoc, pandas, pexpect, plotly, protobuf, pyiges, pypandoc, pytest-cov, pytest-rerunfailures, pytest-sphinx, pytest, pythreejs, pyvista, scipy, setuptools, sphinx-autobuild, sphinx-autodoc-typehints, sphinx-copybutton, sphinx-gallery, sphinx-notfound-page, sphinxcontrib-websupport, sphinxemoji, tqdm, wheel
package_managers: pip |
As the title.