Skip to content

Commit

Permalink
Merge branch 'main' into vikarant/statsmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuthakaranth authored Aug 1, 2023
2 parents 5eaedf1 + 06c00b3 commit 1ea839e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-rai-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
run: |
conda install --yes --quiet pytorch torchvision captum cpuonly -c pytorch
# pycocotools is a downstream dependency of automl requirements, but fails to install with pip
- name: Install pycocotools
shell: bash -l {0}
run: |
conda install pycocotools==2.0.4 -c conda-forge
- name: update and upgrade pip, setuptools, wheel, and twine
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 1ea839e

Please sign in to comment.