Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Un-break setuptools for pre-commit action (#142)
## Changes made Set env variable for `SETUPTOOLS_USE_DISTUTILS` that un-breaks the pre-commit github action. This was necessitated by an upstream release of `virtualenv` that upgraded `setuptools`. More details can be found here: pre-commit/pre-commit#2178 ## Screencapture (if applicable) ## Testing - [ ] End-to-End ## Work left to be done
- Loading branch information