fix release script due to dependency test errors (#2482)
This commit is contained in:
Родитель
10b2dc7553
Коммит
4917ae56bf
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Install pytorch
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
conda install --yes --quiet pytorch torchvision captum cpuonly -c pytorch
|
||||
conda install --yes --quiet pytorch torchvision captum cpuonly "numpy<1.24.0" -c pytorch
|
||||
|
||||
- name: update and upgrade pip, setuptools, wheel, and twine
|
||||
shell: bash -l {0}
|
||||
|
|
Загрузка…
Ссылка в новой задаче