From a86c8d240177d7403f20c6790c1d114b50dcee79 Mon Sep 17 00:00:00 2001 From: Brandon Butler Date: Tue, 14 Nov 2023 16:19:36 -0500 Subject: [PATCH] ci: Attempt to add ubuntu-latest, 3.12, newest --- .github/workflows/run-pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index 5f873be54..06727b915 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -43,8 +43,7 @@ jobs: python: '3.12' dependencies: 'newest' # Minimal dependencies tests - - os: 'ubuntu-latest' - python: '3.12' + - python: '3.12' dependencies: 'minimal' - os: 'macos-latest' python: '3.12'