Skip to content

Commit 86aabea

Browse files
authored
Merge branch 'main' into add-ci
2 parents 0e25dd6 + 9946e45 commit 86aabea

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/run_on_test_data.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ on:
1414
- 'petdeface/**'
1515
- 'pyproject.toml'
1616
- 'uv.lock'
17-
18-
jobs:
17+
env:
18+
FREESURFER_HOME: "/usr/local/freesurfer/7.4.1"
19+
jobs:
1920
test-petdeface:
2021
runs-on: self-hosted
21-
env:
22-
FREESURFER_HOME: /usr/local/freesurfer/7.4.1
23-
2422
steps:
2523
- name: Checkout repository
2624
uses: actions/checkout@v4
@@ -61,4 +59,3 @@ jobs:
6159
- name: Run petdeface on test data with uv run
6260
run: |
6361
uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ participant --participant-label sub-01
64-

0 commit comments

Comments
 (0)