fix release script due to dependency test errors (#2482)

This commit is contained in:
Ilya Matiach 2024-01-02 17:07:39 -05:00 коммит произвёл GitHub
Родитель 10b2dc7553
Коммит 4917ae56bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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}