requirements
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -39,8 +39,9 @@ jobs:
|
|
39 |
- name: Install dependencies
|
40 |
run: |
|
41 |
# python -m pip install --upgrade --user pip
|
|
|
42 |
pip install -qr requirements.txt
|
43 |
-
pip install -
|
44 |
python --version
|
45 |
pip --version
|
46 |
pip list
|
|
|
39 |
- name: Install dependencies
|
40 |
run: |
|
41 |
# python -m pip install --upgrade --user pip
|
42 |
+
pip install -q numpy # for cocoapi proper install
|
43 |
pip install -qr requirements.txt
|
44 |
+
pip install -q onnx
|
45 |
python --version
|
46 |
pip --version
|
47 |
pip list
|