Update test matrix to allow support for AMP

This commit is contained in:
Miltos Allamanis 2020-11-10 14:13:39 +00:00
Родитель f12abb4c01
Коммит 3bfe1f8f7a
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/tests.yml поставляемый
Просмотреть файл

@ -13,7 +13,7 @@ jobs:
max-parallel: 2
matrix:
python-version: [3.6, 3.7, 3.8]
torch-version: [1.4.0, 1.5.0]
torch-version: [1.6.0, 1.7.0]
steps:
- uses: actions/checkout@v1