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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous CI updates #2395
Miscellaneous CI updates #2395
Conversation
@@ -1,4 +1,4 @@ | |||
name: Build Conda Package | |||
name: Build conda package |
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.
Call me out if there's no point updating this lol, I just figured it'd be easier to read in the list
@@ -1,4 +1,4 @@ | |||
name: Linux Unit Tests with Latest Dependencies | |||
name: Unit tests, linux, latest dependencies |
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.
Listing the job type first and platform second makes it easier to visually distinguish between the jobs.
Codecov Report
@@ Coverage Diff @@
## main #2395 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 281 281
Lines 25014 25014
=====================================
Hits 24917 24917
Misses 97 97 Continue to review full report at Codecov.
|
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.
@dsherry Looks good to me! I don't have a preference for when the nightlies are run but right now I think it's set to 11 pm because of UTC.
|
||
on: | ||
schedule: | ||
- cron: '0 7 * * *' | ||
- cron: '0 3 * * *' |
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.
FYI the cron is in UTC so this is actually 11 pm EST. I think before it was set to 3 am EST.
https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
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.
Oh 馃挬 I'm sorry! I'll change it back
@@ -11,7 +11,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
python_version: ['3.7', '3.9'] | |||
python_version: ['3.7', '3.8', '3.9'] |
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.
Sounds good to me! 馃憤
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.
LGTM - I think these changes make it more clear!
Follow-on to #2365 which was just merged.
Changes