test #395
test.yml
on: schedule
Matrix: ${{ format('os={0}
- python={1}
- pytorch={2}
', matrix.os, matrix.python-version, matrix.pytorch-version) }}
Annotations
2 errors
|
os=ubuntu-latest
- python=3.9
- pytorch=1.13
Process completed with exit code 1.
|
|
os=ubuntu-latest
- python=3.10
- pytorch=1.13
Process completed with exit code 1.
|