From 5e86b1976e65b3a8876f19ec8f5aecefe5d8949b Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:57:00 -0400 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 583c6faf..32a753aa 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -35,13 +35,10 @@ jobs: strategy: matrix: # run no_llm tests across all python versions and oses - os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.9', '3.10', '3.11', '3.12'] - - include: - # Run LLM tests on 3.9 - - python-version: '3.9' - os: 'ubuntu-latest' + # os: [ubuntu-latest, macos-latest, windows-latest] + # python-version: ['3.9', '3.10', '3.11', '3.12'] + os: [ubuntu-latest] + python-version: ['3.9'] runs-on: ${{ matrix.os }}