Skip to content

Fix missing new dependencies in cron job#448

Merged
kitchoi merged 2 commits into
masterfrom
fix-missing-new-dependencies-in-cron
Nov 24, 2020
Merged

Fix missing new dependencies in cron job#448
kitchoi merged 2 commits into
masterfrom
fix-missing-new-dependencies-in-cron

Conversation

@kitchoi

@kitchoi kitchoi commented Nov 24, 2020

Copy link
Copy Markdown
Contributor

Closes #447

This is band-aid to the complicated setup we have so that the cron job on Travis can still run. This will be refreshed again when we move to GitHub Actions, as we are making the move in other ETS projects as well.

Comment thread ci/edmtool.py
"pip install --force-reinstall --no-dependencies " + ROOT
)
execute([install_local], parameters)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The original location for this command is probably okay as none of apptools, pyface, traitsui and traits are going to install enable/kiva. Nevertheless I find it more reassuring that it is moved down here as safe measures.

@codecov-io

codecov-io commented Nov 24, 2020

Copy link
Copy Markdown

Codecov Report

Merging #448 (b847430) into master (5a4d88f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #448   +/-   ##
=======================================
  Coverage   28.95%   28.95%           
=======================================
  Files         206      206           
  Lines       18252    18252           
  Branches     2466     2466           
=======================================
  Hits         5284     5284           
  Misses      12641    12641           
  Partials      327      327           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a4d88f...b847430. Read the comment docs.

@rahulporuri rahulporuri left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. I tested this locally and it works as expected.

@kitchoi kitchoi merged commit 0bd96b4 into master Nov 24, 2020
@kitchoi kitchoi deleted the fix-missing-new-dependencies-in-cron branch November 24, 2020 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Environment for cronjob is missing importlib-resources and importlib-metadata

3 participants