Skip to content

Commit

Permalink
fix: Install pip and pip-tools in upgrade script (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria authored Jun 1, 2022
1 parent 2c2c3e8 commit 1d4bd4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ compile-requirements: ## compile the requirements/*.txt files with the latest pa
# Make sure to compile files after any other files they include!
pip-compile -v --allow-unsafe --rebuild -o requirements/pip.txt requirements/pip.in
pip-compile -v ${COMPILE_OPTS} -o requirements/pip-tools.txt requirements/pip-tools.in
pip install -qr requirements/pip.txt
pip install -qr requirements/pip-tools.txt
pip-compile -v ${COMPILE_OPTS} -o requirements/base.txt requirements/base.in
pip-compile -v ${COMPILE_OPTS} -o requirements/dev.txt requirements/dev.in
pip-compile -v ${COMPILE_OPTS} -o requirements/test.txt requirements/test.in
Expand Down

0 comments on commit 1d4bd4d

Please sign in to comment.