CI: do not upgrade (now-unpineed) torch

This commit is contained in:
kba 2025-11-28 15:03:06 +01:00
parent 9bcfeab057
commit 951bd2fce6

View file

@ -67,10 +67,6 @@ 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"