Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Apr 5, 2024
1 parent 3c3a726 commit 5e86b19
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5e86b19

Please sign in to comment.