Skip to content

Commit

Permalink
split out testing of computer vision from llm and nlp examples in CI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Jan 5, 2025
1 parent 0a53122 commit 6dff062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
pyv: ['3.9', '3.12']
group: ['get_started', 'llm_and_nlp or computer_vision', 'multimodal']
group: ['get_started', 'computer_vision', 'llm_and_nlp', 'multimodal']
exclude:
- {os: ubuntu-latest, pyv: '3.9', group: 'multimodal'}
- {os: ubuntu-latest, pyv: '3.12', group: 'multimodal'}
Expand Down

0 comments on commit 6dff062

Please sign in to comment.