From 6fb60ff5fe1b8c8ca141497d2f736167aed19042 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index 5f873be54..df5853621 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -36,6 +36,8 @@ jobs: python: '3.8' dependencies: 'oldest' # Newest version tests for non-Linux OS + - python: '3.12' + dependencies: 'newest' - os: 'macos-latest' python: '3.12' dependencies: 'newest' @@ -43,8 +45,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'