Browse Source

requirements

5.0
Jirka 4 years ago
parent
commit
1a503f3e08
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/ci-testing.yml

+ 2
- 1
.github/workflows/ci-testing.yml 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

Loading…
Cancel
Save