From fa6072b4fa3c19a7d54cb79b9d7ea14a095088fb Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 26 Dec 2020 12:39:37 +0100 Subject: [PATCH] Change Python test order in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18bff567..05f2c776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, windows-2019] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.9, 3.8, 3.7, 3.6] environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter'] steps: - name: Checkout code