-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Small fixes for existing workflows #1384
Conversation
@@ -21,7 +21,6 @@ jobs: | |||
with: | |||
environment-file: tardis_env3.yml | |||
activate-environment: tardis | |||
channels: conda-forge, defaults |
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.
Channels are already defined in tardis_env3.yml
.
@@ -23,6 +23,7 @@ jobs: | |||
- name: Commit files | |||
run: | | |||
git config --local user.email "[email protected]" | |||
git config --local user.name "TARDIS bot" |
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.
Required.
Codecov Report
@@ Coverage Diff @@
## master #1384 +/- ##
=======================================
Coverage 72.39% 72.39%
=======================================
Files 66 66
Lines 5097 5097
=======================================
Hits 3690 3690
Misses 1407 1407 Continue to review full report at Codecov.
|
Description
A couple of small fixes
update-changelog
workflowdocumentation-build
workflowMotivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: