Skip to content

Commit

Permalink
update special groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 21, 2024
1 parent c1d96e7 commit 2fb10c1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,15 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pyv: ['3.9', '3.12']
group: ['get_started', 'llm_and_nlp or computer_vision']
group: ['get_started', 'llm_and_nlp or computer_vision', 'multimodal']
exclude:
- {os: ubuntu-latest, pyv: '3.9', group: 'multimodal'}
- {os: ubuntu-latest, pyv: '3.12', group: 'multimodal'}
include:
- {group: multimodal, os: ubuntu-latest-4-cores}
- {group: multimodal, os: macos-latest}
- {group: multimodal, os: windows-latest}
- {os: ubuntu-latest-4-cores, pyv: "3.9", group: multimodal}
- {os: ubuntu-latest-4-cores, pyv: "3.12", group: multimodal}


steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2fb10c1

Please sign in to comment.