Skip to content

Commit deca4a3

Browse files
authored
Update run_on_test_data.yaml
1 parent 2daf495 commit deca4a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_on_test_data.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- 'petdeface/**'
99
- 'pyproject.toml'
1010
- 'uv.lock'
11+
- '.github/workflows/run_on_test_data.yaml'
1112
pull_request:
1213
branches: [ main, dev ]
1314
paths:
1415
- 'petdeface/**'
1516
- 'pyproject.toml'
1617
- 'uv.lock'
18+
- '.github/workflows/run_on_test_data.yaml'
1719
env:
1820
FREESURFER_HOME: "/usr/local/freesurfer/7.4.1"
1921
jobs:
@@ -58,4 +60,4 @@ jobs:
5860
5961
- name: Run petdeface on test data with uv run
6062
run: |
61-
uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ participant --participant-label sub-01
63+
uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ participant --participant_label sub-01

0 commit comments

Comments
 (0)