Skip to content

Commit 8782ef1

Browse files
committed
CI: 🔥 upgrade torch for debugging
1 parent 62d0591 commit 8782ef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-eynollah.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
make install-dev EXTRAS=OCR,plotting
6161
make deps-test EXTRAS=OCR,plotting
6262
63+
- name: Hard-upgrade torch for debugging
64+
run: |
65+
python -m pip install --upgrade torch
66+
6367
- name: Test with pytest
6468
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"
6569

0 commit comments

Comments
 (0)