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'