Skip to content

Commit

Permalink
[fix] Un-break setuptools for pre-commit action (#142)
Browse files Browse the repository at this point in the history
## 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
EpicPi committed Dec 28, 2021
1 parent 43e8803 commit 9ba0a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEVBOX_VERSION
@@ -1 +1 @@
1.0.0
1.0.1
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED 1
ENV PIPENV_VENV_IN_PROJECT 1
ENV FLASK_APP 'server:app'
ENV PATH /home/worker/app/.venv/bin:$PATH
ENV SETUPTOOLS_USE_DISTUTILS stdlib

RUN pip install pipenv

Expand Down

0 comments on commit 9ba0a1a

Please sign in to comment.