Skip to content

Commit

Permalink
Merge pull request conda#696 from maresb/adjust-pytest-split
Browse files Browse the repository at this point in the history
Reduce Ubuntu and MacOS runners from 4 to 3
  • Loading branch information
maresb authored Sep 13, 2024
2 parents cae2e2c + c4937d8 commit bff5a47
Show file tree
Hide file tree
Showing 5 changed files with 870 additions and 866 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:

# Prune the indices so that we only run the splits up to the group size
# defined below in "include". (This is ugly but effective.)
- os: ubuntu
pytest-split-group-index: 4
- os: ubuntu
pytest-split-group-index: 5
- os: ubuntu
Expand All @@ -55,6 +57,8 @@ jobs:
pytest-split-group-index: 9
- os: ubuntu
pytest-split-group-index: 10
- os: macos
pytest-split-group-index: 4
- os: macos
pytest-split-group-index: 5
- os: macos
Expand All @@ -69,9 +73,9 @@ jobs:
pytest-split-group-index: 10
include:
- os: ubuntu
pytest-split-group-size: 4
pytest-split-group-size: 3
- os: macos
pytest-split-group-size: 4
pytest-split-group-size: 3
- os: windows
pytest-split-group-size: 10

Expand Down
Loading

0 comments on commit bff5a47

Please sign in to comment.