From de3c8ebd044ccb2398888c375a478ae16f797c79 Mon Sep 17 00:00:00 2001 From: Craig <3979063+craig8@users.noreply.github.com> Date: Thu, 19 Nov 2020 00:13:52 -0800 Subject: [PATCH] Update pytest-testutils.yml --- .github/workflows/pytest-testutils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-testutils.yml b/.github/workflows/pytest-testutils.yml index a3e1347d65..42ea7d6fce 100644 --- a/.github/workflows/pytest-testutils.yml +++ b/.github/workflows/pytest-testutils.yml @@ -17,8 +17,8 @@ jobs: matrix: #ubuntu-16.04 #os: [ubuntu-18.04, ubuntu-20.04] - os: [ubuntu-18.04] - python-version: [3.6] + os: [ubuntu-18.04, ubuntu-20.04] + python-version: [3.6, 3.7, 3.8, 3.9] steps: # checkout the volttron repository and set current direectory to it - uses: actions/checkout@v2