Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Revert "fix: Makefile to prevent accidental upgrade of setuptools"
Browse files Browse the repository at this point in the history
This reverts commit d85ff0d.
  • Loading branch information
ESKYoung committed Jun 21, 2022
1 parent 56a7793 commit ae7a9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dotenv:

## Install the Python requirements, and set up pre-commit hooks
requirements:
python3 -m pip install -U pip setuptools
python3 -m pip install -r requirements.txt
pre-commit install

Expand Down

0 comments on commit ae7a9f3

Please sign in to comment.