Skip to content

Commit

Permalink
fix release script due to dependency test errors (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Jan 2, 2024
1 parent 10b2dc7 commit 4917ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-rai-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4917ae5

Please sign in to comment.