Skip to content

Commit 6f64f07

Browse files
committed
simplify running
1 parent 6e79b74 commit 6f64f07

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run_on_test_data.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ jobs:
3030
run: |
3131
uv build
3232
33-
- name: Install package with uv pip
34-
run: |
35-
uv pip install dist/*.whl
36-
3733
- name: Create output directory
3834
run: |
3935
mkdir -p data_defaced
4036
41-
- name: Run petdeface on test data
37+
- name: Run petdeface on test data with uv run
4238
run: |
43-
petdeface petdeface/data/ data_defaced/ --participant-label sub-01
39+
uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ --participant-label sub-01
4440

0 commit comments

Comments
 (0)