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

Fix missing new dependencies in cron job #448

Merged
merged 2 commits into from
Nov 24, 2020

Conversation

kitchoi
Copy link
Contributor

@kitchoi kitchoi commented Nov 24, 2020

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.

"pip install --force-reinstall --no-dependencies " + ROOT
)
execute([install_local], parameters)

Copy link
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
Copy link

codecov-io commented Nov 24, 2020

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.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

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