From f7e8bbfce57025d85c5a9768a86565789177fd72 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Mon, 8 May 2023 13:49:51 -0400 Subject: [PATCH] remove Ubuntu 22.04 and Windows test environments Run tests only on the base OS used by SCOS Sensor API container --- .github/workflows/tox.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 5dbfe760..df36e57b 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -30,8 +30,6 @@ jobs: matrix: os: - ubuntu-20.04 - - ubuntu-22.04 - - windows-latest py: - "3.8" - "3.9"