Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix missing setuptools in CI (#3189)
Install `setuptools` in addition to `wheel` before trying to run `python setup.py` manually. Note that `setuptools` is already correctly listed in the `pyproject.toml` file for consumers installing via `pip` etc, but in CI the file is run directly to generate `sdist` and `bdist_wheel` artifacts for PyPI. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
- Loading branch information