We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2535 commit f3c1e9fCopy full SHA for f3c1e9f
integration/Makefile
@@ -134,5 +134,7 @@ help:
134
test:
135
mkdir -p logs
136
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;
+ CONNECT_VERSION=${CONNECT_VERSION} \
+ 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