From c3c5c61588699766d24262d0c694258a6fd95f66 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 27 Sep 2022 12:46:07 -0400 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 246f18009..da15d1c00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,14 @@ jobs: default_python: '3.10' envs: | - linux: coverage + name: Python 3.10 coverage + python-version: 3.10 + - linux: coverage + name: Python 3.9 coverage + python-version: 3.9 + - linux: coverage + name: Python 3.8 coverage + python-version: 3.8 coverage: codecov test: @@ -49,8 +57,6 @@ jobs: # Any env name which does not start with `pyXY` will use this Python version. default_python: '3.9' envs: | - - linux: py38 - - linux: py39 - macos: py39 - windows: py39