diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index e5d5fc434f06..c82544873bd7 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ 3.9 ] + python-version: [ '3.6.8', '3.7', '3.8', '3.9', '3.10' ] model: [ 'yolov5n' ] # models to test # Timeout: https://stackoverflow.com/a/59076067/4521646 @@ -51,7 +51,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html \ - onnx tensorflow-cpu # wandb + tensorflow-cpu # onnx wandb python --version pip --version pip list