Skip to content

Commit

Permalink
remove bui0ld req
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Dec 9, 2024
1 parent ca15549 commit c2772ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jobs/notebook-report/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ clean-test: ## clean test files
rm -f .coverage
rm -fr htmlcov/

build-req: clean ## Upgrade requirements
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
pip install -Ur requirements/prod.txt ;\
pip freeze | sort > requirements.txt

install: clean
pip install poetry ;\
poetry config installer.max-workers 1
Expand Down

0 comments on commit c2772ad

Please sign in to comment.