We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f59ea commit f0a2b6fCopy full SHA for f0a2b6f
2 files changed
test-checkin-in-trace-id/run-celery.sh
@@ -5,13 +5,6 @@ if ! command -v uv &> /dev/null; then
5
curl -LsSf https://astral.sh/uv/install.sh | sh
6
fi
7
8
-if [ ! -d ".venv" ]; then
9
- uv venv
10
-fi
11
-
12
-source .venv/bin/activate
13
-uv pip install -e .
14
15
redis-server &
16
17
-celery -A tasks worker --loglevel=DEBUG
+uv run celery -A tasks worker --loglevel=DEBUG
test-checkin-in-trace-id/run.sh
@@ -5,11 +5,4 @@ if ! command -v uv &> /dev/null; then
-python main.py
+uv run python main.py
0 commit comments