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: