Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up CI #258

Merged
merged 7 commits into from Apr 15, 2022
Merged

Clean up CI #258

merged 7 commits into from Apr 15, 2022

Conversation

blink1073
Copy link
Member

  • Improve test matrix
  • Add concurrency limit handling for GitHub Actions
  • Add cron job to run tests daily
  • Use base-setup from maintainer-tools to handle python version, caching, and pip upgrades
  • Add tests for minimum versions, pre-releases, and sdist testing
  • Update pytest config and handle warnings

@blink1073
Copy link
Member Author

blink1073 commented Apr 13, 2022

cc @kevin-bates, mind taking a look at this one? I'd like to make a release of jupyter_core next week.

Copy link
Member

@kevin-bates kevin-bates left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks @blink1073!

Comment on lines -18 to +33
python-version: [3.7, 3.8, 3.9, "3.10", pypy-3.7]
exclude:
# pywin32 not available
python-version: ["3.7", "3.10"]
include:
- os: windows-latest
python-version: "3.10"
python-version: "3.9"
- os: ubuntu-latest
python-version: "pypy-3.8"
- os: macos-latest
python-version: "3.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@blink1073 blink1073 merged commit 6b90937 into jupyter:master Apr 15, 2022
@blink1073 blink1073 deleted the improve-ci branch April 15, 2022 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants