From 6fdda6163c528d654b0a0b9178cd742080b4ed61 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 10 Jun 2021 10:47:17 -0400 Subject: [PATCH] Run Python 3 integration tests on more than just Linux. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875f21cc9..15904c7b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,11 +175,11 @@ jobs: os: - macos-latest - windows-latest + - ubuntu-latest python-version: - 2.7 - include: - - os: ubuntu-latest - python-version: 3.6 + - 3.6 + - 3.9 steps: