Ver código fonte

requirements

5.0
Jirka 4 anos atrás
pai
commit
1a503f3e08
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      .github/workflows/ci-testing.yml

+ 2
- 1
.github/workflows/ci-testing.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar