Skip to content

Commit

Permalink
pin pycocotools to automl required version
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Jul 25, 2023
1 parent 56d423d commit 7b6576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
shell: bash -l {0}
# pycocotools is a downstream dependency of automl requirements, but fails to install with pip
run: |
conda install pycocotools -c conda-forge
conda install pycocotools==2.0.4 -c conda-forge
pip install -r ${{ matrix.packageDirectory }}/requirements-automl.txt
- name: Install package
Expand Down

0 comments on commit 7b6576f

Please sign in to comment.