Skip to content

Commit

Permalink
wip: rip out some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie committed Aug 23, 2024
1 parent a03c158 commit 76cde1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ YELLOW = \x1b[33m
BLUE = \x1b[36m
RED = \x1b[31m
RESET_COLOR = \x1b[0m
PIPELINEWISE_HOME = "${PIPELINEWISE_HOME:$(shell pwd)}"
ifndef PIPELINEWISE_HOME
PIPELINEWISE_HOME = $(shell pwd)
endif
VENV_DIR = ${PIPELINEWISE_HOME}/.virtualenvs

start_time:=$(shell date +%s)
Expand Down

0 comments on commit 76cde1e

Please sign in to comment.