Skip to content

Commit f3c1e9f

Browse files
committed
Update Makefile
1 parent 96c2535 commit f3c1e9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

integration/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,7 @@ help:
134134
test:
135135
mkdir -p logs
136136
set -o pipefail; \
137-
source ../.venv/bin/activate && \
138-
CONNECT_VERSION=${CONNECT_VERSION} CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | tee ./logs/$(CONNECT_VERSION).log;
137+
CONNECT_VERSION=${CONNECT_VERSION} \
138+
CONNECT_API_KEY="$(shell $(UV) run rsconnect bootstrap -i -s http://connect:3939 --raw)" \
139+
$(UV) run pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | \
140+
tee ./logs/$(CONNECT_VERSION).log;

0 commit comments

Comments
 (0)