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 6e79b74 commit 6f64f07Copy full SHA for 6f64f07
.github/workflows/run_on_test_data.yaml
@@ -30,15 +30,11 @@ jobs:
30
run: |
31
uv build
32
33
- - name: Install package with uv pip
34
- run: |
35
- uv pip install dist/*.whl
36
-
37
- name: Create output directory
38
39
mkdir -p data_defaced
40
41
- - name: Run petdeface on test data
+ - name: Run petdeface on test data with uv run
42
43
- petdeface petdeface/data/ data_defaced/ --participant-label sub-01
+ uv run --with dist/*.whl petdeface petdeface/data/ data_defaced/ --participant-label sub-01
44
0 commit comments