requirements

pull/426/head
Jirka 2020-07-16 09:46:56 +02:00
parent a0fa5f5efe
commit 1a503f3e08
1 changed files with 2 additions and 1 deletions

View File

@ -39,8 +39,9 @@ jobs:
- name: Install dependencies
run: |
# python -m pip install --upgrade --user pip
pip install -q numpy # for cocoapi proper install
pip install -qr requirements.txt
pip install -qr onnx
pip install -q onnx
python --version
pip --version
pip list