ソースを参照

requirements

5.0
Jirka 4年前
コミット
1a503f3e08
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      .github/workflows/ci-testing.yml

+ 2
- 1
.github/workflows/ci-testing.yml ファイルの表示

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

読み込み中…
キャンセル
保存