Skip to content

Commit a076539

Browse files
committed
nohup
1 parent f11813f commit a076539

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@ jobs:
189189
uv pip install -r requirements-dev.txt
190190
191191
- name: Run local server in background
192-
# RUNNER_TRACKING_ID="" && (nohup python3 -m quart --app main:app run --port 50505 > serverlogs.out 2> serverlogs.err &)
193192
run: |
194193
cd app/backend
195-
python3 -m quart --app main:app run --port 50505
194+
RUNNER_TRACKING_ID="" && (nohup python3 -m quart --app main:app run --port 50505 > serverlogs.out 2> serverlogs.err &)
196195
cd ../..
197196
198197
- name: Install evaluate dependencies

0 commit comments

Comments
 (0)