From 20cb15d8d3012c12c265f01ebe6ef39f9a16dff5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 24 Apr 2022 13:30:07 -0700 Subject: [PATCH 1/5] Python version tests 3.7-3.10 --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index e5d5fc434f06..df1c9389bf00 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.7, 3.8, 3.9, 3.10 ] model: [ 'yolov5n' ] # models to test # Timeout: https://stackoverflow.com/a/59076067/4521646 From 4be6e606b445b2496b6da5b18d54fe8a0fd36561 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 24 Apr 2022 13:32:22 -0700 Subject: [PATCH 2/5] Update ci-testing.yml --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index df1c9389bf00..f12ff6b5f605 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.7, 3.8, 3.9, 3.10 ] + python-version: [ '3.7', '3.8', '3.9', '3.10' ] model: [ 'yolov5n' ] # models to test # Timeout: https://stackoverflow.com/a/59076067/4521646 From 7ff7fc2892b87e8cf2cfcdfd65eae90c890b09f1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 24 Apr 2022 13:34:54 -0700 Subject: [PATCH 3/5] Update ci-testing.yml --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index f12ff6b5f605..59d5cb3b06d8 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -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 From 8a7f231d1f28a52ff0a3d65a4fbfa5a6f7ba7182 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 29 Apr 2022 12:44:01 -0700 Subject: [PATCH 4/5] Update ci-testing.yml --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 59d5cb3b06d8..31d668a66ebf 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.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.6.9', '3.7', '3.8', '3.9', '3.10' ] model: [ 'yolov5n' ] # models to test # Timeout: https://stackoverflow.com/a/59076067/4521646 From 4d16efbd51864f42fa22ed358ede75a5c519c41c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 13 May 2022 15:18:32 +0200 Subject: [PATCH 5/5] Windows 3.6 only supported up to 3.6.8 --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 31d668a66ebf..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.6.9', '3.7', '3.8', '3.9', '3.10' ] + 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