-
Notifications
You must be signed in to change notification settings - Fork 85
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
Install numba 0.53 in windows nightlies #2710
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2710 +/- ##
=====================================
Coverage 99.9% 99.9%
=====================================
Files 300 300
Lines 27426 27426
=====================================
Hits 27382 27382
Misses 44 44 Continue to review full report at Codecov.
|
@@ -38,7 +40,7 @@ jobs: | |||
uses: actions/checkout@v2 | |||
with: | |||
repository: ${{ github.repository }} | |||
ref: main | |||
ref: fix-broken-nightlies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert prior to merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @freddyaboulton!👍
@@ -3,6 +3,8 @@ name: Nightly unit tests, windows | |||
on: | |||
schedule: | |||
- cron: '0 3 * * *' | |||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to test right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For sure!
Pull Request Description
Fixes #2708
After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of
docs/source/release_notes.rst
to include this pull request by adding :pr:123
.