requirements

pull/1/head
Jirka 5 years ago
parent a0fa5f5efe
commit 1a503f3e08

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

Loading…
Cancel
Save