Skip to content

Commit

Permalink
pycocotools needs numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jun 13, 2022
1 parent 9ad1b48 commit 46f2759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
sudo apt-get install unrar
- name: Install pip dependencies
run: |
pip install cython # needed by pycocotools
pip install cython numpy==1.17.2 # needed by pycocotools
pip install -r requirements/requirements-min.txt
pip list
- name: Run pytest checks
Expand Down

0 comments on commit 46f2759

Please sign in to comment.