requirements
parent
1a503f3e08
commit
a79633a876
|
@ -38,9 +38,9 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
# python -m pip install --upgrade --user pip
|
||||
python -m pip install --upgrade pip
|
||||
pip install -q numpy # for cocoapi proper install
|
||||
pip install -qr requirements.txt
|
||||
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||
pip install -q onnx
|
||||
python --version
|
||||
pip --version
|
||||
|
|
Loading…
Reference in New Issue