Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install setuptools in unit tests workflow
Fix unit tests failing with Python 3.12 by installing setuptools package explicitly. Since Python 3.12 ensurepip no longer provides setuptools, and it's not installed by default in a virtual environment anymore. https://docs.python.org/dev/whatsnew/3.12.html#ensurepip
- Loading branch information