We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e4d51 commit 9946e45Copy full SHA for 9946e45
.github/workflows/run_on_test_data.yaml
@@ -7,8 +7,9 @@ on:
7
- 'petdeface/**'
8
- 'pyproject.toml'
9
- 'uv.lock'
10
-
11
-jobs:
+env:
+ FREESURFER_HOME: "/usr/local/freesurfer/7.4.1"
12
+jobs:
13
test-petdeface:
14
runs-on: self-hosted
15
@@ -37,4 +38,3 @@ jobs:
37
38
- name: Run petdeface on test data with uv run
39
run: |
40
uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ participant --participant_label sub-01
0 commit comments