mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
CI: 🔥 upgrade torch for debugging
This commit is contained in:
parent
62d05917c5
commit
8782ef17b2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test-eynollah.yml
vendored
4
.github/workflows/test-eynollah.yml
vendored
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue