CI: 🔥 upgrade torch for debugging

This commit is contained in:
kba 2025-10-30 12:19:35 +01:00
parent 62d05917c5
commit 8782ef17b2

View file

@ -60,6 +60,10 @@ jobs:
make install-dev EXTRAS=OCR,plotting make install-dev EXTRAS=OCR,plotting
make deps-test EXTRAS=OCR,plotting make deps-test EXTRAS=OCR,plotting
- name: Hard-upgrade torch for debugging
run: |
python -m pip install --upgrade torch
- name: Test with pytest - name: Test with pytest
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml" run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"