You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-18Lines changed: 22 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,33 +71,38 @@ Submissions are handled through TIRA ([tira.io/task-overview/sisap-2026](https:/
71
71
72
72
### Step 2 — Verify locally
73
73
74
-
To test the containerized submission pipeline locally on your machine, ensure you have the virtual environment activated (or use uv/pip to install the `tira` client):
74
+
To test the containerized submission pipeline locally on your machine, sync the workspace dependencies:
75
75
76
76
```bash
77
-
# Install/update the tira client
78
-
uv pip install --upgrade tira
77
+
# Install/update workspace dependencies
78
+
uv sync
79
79
80
-
# Run a dry run against one of the spot-check datasets:
81
-
.venv/bin/tira-cli code-submission \
80
+
# Run a dry run against the task-1 spot-check datasets:
Retrieve your authentication token from the TIRA task page (**Submit** → **Code Submissions** → **New Submission** → **I want to submit from my local machine**), then:
0 commit comments