Skip to content

Only test on Python 3.9 on macos#9029

Merged
jcrist merged 1 commit intodask:mainfrom
jcrist:drop-osx-builds
May 5, 2022
Merged

Only test on Python 3.9 on macos#9029
jcrist merged 1 commit intodask:mainfrom
jcrist:drop-osx-builds

Conversation

@jcrist
Copy link
Copy Markdown
Member

@jcrist jcrist commented May 5, 2022

The macos builds consistently take the longest to run, and have a lower
org-level concurrency limit than windows or linux. In dask/dask we
have no logic specific to macos, so testing on every python version on
this platform doesn't seem necessary. To reduce CI delay, we change
github actions to only test macos on python 3.9.

Fixes #8888.

The macos builds consistently take the longest to run, and have a lower
org-level concurrency limit than windows or linux. In `dask/dask` we
have no logic specific to macos, so testing on every python version on
this platform doesn't seem necessary. To reduce CI delay, we change
github actions to only test macos on python 3.9.
@jcrist jcrist added the tests Unit tests and/or continuous integration label May 5, 2022
@jcrist jcrist merged commit 19f00be into dask:main May 5, 2022
@jcrist jcrist deleted the drop-osx-builds branch May 5, 2022 14:34
erayaslan pushed a commit to erayaslan/dask that referenced this pull request May 12, 2022
The macos builds consistently take the longest to run, and have a lower
org-level concurrency limit than windows or linux. In `dask/dask` we
have no logic specific to macos, so testing on every python version on
this platform doesn't seem necessary. To reduce CI delay, we change
github actions to only test macos on python 3.9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Unit tests and/or continuous integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce number of OSX builds in CI

2 participants