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 }}