Skip to content

Commit 9946e45

Browse files
authored
Update run_on_test_data.yaml
1 parent f8e4d51 commit 9946e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_on_test_data.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77
- 'petdeface/**'
88
- 'pyproject.toml'
99
- 'uv.lock'
10-
11-
jobs:
10+
env:
11+
FREESURFER_HOME: "/usr/local/freesurfer/7.4.1"
12+
jobs:
1213
test-petdeface:
1314
runs-on: self-hosted
1415

@@ -37,4 +38,3 @@ jobs:
3738
- name: Run petdeface on test data with uv run
3839
run: |
3940
uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ participant --participant_label sub-01
40-

0 commit comments

Comments
 (0)