You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt || echo "Failed to install some dependencies from tests/requirements.txt, continuing..."; fi
112
87
shell: bash
113
88
114
-
- name: Install c2pa-python for benchmarking
115
-
if: matrix.os != 'windows-latest'
116
-
run: pip install c2pa-python
117
-
continue-on-error: true # Continue even if c2pa-python install fails
0 commit comments