Skip to content

Commit

Permalink
test only on mac os latest (nilearn#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored May 29, 2024
1 parent dd05858 commit e384ebc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_with_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,13 @@ jobs:
matrix:
description: [latest dependencies]
py: ['3.12', '3.11', '3.10', '3.9', '3.8']
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
env: [test_plotting]
include:
- description: pre-release dependencies
py: '3.12'
os: ubuntu-latest
env: test_pre
- description: latest dependencies on macos-14
py: '3.12'
os: macos-14
env: test_plotting
- description: oldest dependencies - no plotting
py: '3.8'
os: ubuntu-latest
Expand Down

0 comments on commit e384ebc

Please sign in to comment.