drgn/.github/workflows
Stephen Brennan 06a9bb6fe2 Fix CI failure on Python 3.12
Our setup.py imports setuptools which is no longer provided by Python
3.12. It must be installed manually via pip. We did not notice this
because the "nodeenv" package listed setuptools in its install_requires,
thus providing the dependency for us.

Four hours ago nodeenv 1.9.0 was released, and it happened to drop the
setuptools dependency. This broke CI. Add an explicit setuptools
requirement in our pip command to fix it.

Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
2024-05-28 20:13:22 -07:00
..
ci.yml Fix CI failure on Python 3.12 2024-05-28 20:13:22 -07:00
dco-check.yml CI: cancel previous runs when PR is force-pushed 2023-01-27 11:29:02 -08:00
pull_request.yml ci: reduce usage and add Python 3.12 beta 2023-06-15 17:31:57 -07:00
vmtest-build.yml CI: update GitHub action versions 2024-03-11 14:11:45 -07:00