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 2daf495 commit deca4a3Copy full SHA for deca4a3
.github/workflows/run_on_test_data.yaml
@@ -8,12 +8,14 @@ on:
8
- 'petdeface/**'
9
- 'pyproject.toml'
10
- 'uv.lock'
11
+ - '.github/workflows/run_on_test_data.yaml'
12
pull_request:
13
branches: [ main, dev ]
14
paths:
15
16
17
18
19
env:
20
FREESURFER_HOME: "/usr/local/freesurfer/7.4.1"
21
jobs:
@@ -58,4 +60,4 @@ jobs:
58
60
59
61
- name: Run petdeface on test data with uv run
62
run: |
- 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