Skip to content

CI: Fixes to conda environment names #23860

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

Closed

Conversation

charlesdong1991
Copy link
Member

@charlesdong1991 charlesdong1991 commented Nov 22, 2018

@datapythonista
Copy link
Member

@charlesdong1991 are you still working on it? The rest of the changes in the scripts and the travis and azure config described in the issue are missing.

@datapythonista datapythonista changed the title CLN: Fixes to conda environment names CI: Fixes to conda environment names Nov 22, 2018
@datapythonista datapythonista added CI Continuous Integration Clean labels Nov 22, 2018
@charlesdong1991
Copy link
Member Author

charlesdong1991 commented Nov 22, 2018 via email

@datapythonista
Copy link
Member

Ok, no problem. For next time, you can push your changes to your remote banch, but it's better if you don't open the PR until is complete. Or at least until it's in a state that we should review it.

@charlesdong1991
Copy link
Member Author

charlesdong1991 commented Nov 22, 2018 via email

@datapythonista
Copy link
Member

Not a problem at all, just said, as it make things more efficient. Enjoy your dinner, and thanks for working on this.

@codecov
Copy link

codecov bot commented Nov 22, 2018

Codecov Report

Merging #23860 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23860   +/-   ##
=======================================
  Coverage   92.28%   92.28%           
=======================================
  Files         161      161           
  Lines       51500    51500           
=======================================
  Hits        47528    47528           
  Misses       3972     3972
Flag Coverage Δ
#multiple 90.68% <ø> (ø) ⬆️
#single 42.31% <ø> (ø) ⬆️

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 20ae454...fb34dcc. Read the comment docs.

@codecov
Copy link

codecov bot commented Nov 22, 2018

Codecov Report

Merging #23860 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23860   +/-   ##
=======================================
  Coverage   92.28%   92.28%           
=======================================
  Files         161      161           
  Lines       51500    51500           
=======================================
  Hits        47528    47528           
  Misses       3972     3972
Flag Coverage Δ
#multiple 90.68% <ø> (ø) ⬆️
#single 42.31% <ø> (ø) ⬆️

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 20ae454...840c566. Read the comment docs.

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for working on this @charlesdong1991. Couple of comments, and they should fix the CI which is in red. If after changing them, you see the CI still red, you may want to check what else is needed.

@@ -11,11 +11,10 @@ call deactivate
@rem Display root environment (for debugging)
conda list
@rem Clean up any left-over from a previous build
conda remove --all -q -y -n %CONDA_ENV%

Copy link
Member

Choose a reason for hiding this comment

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

we may need this, but you can replace the %CONDA_ENV% by pandas-dev

@@ -12,15 +12,15 @@ conda list
# Clean up any left-over from a previous build
# (note workaround for https://github.com/conda/conda/issues/2679:
# `conda env remove` issue)
conda remove --all -q -y -n $CONDA_ENV
conda remove --all -q -y
Copy link
Member

Choose a reason for hiding this comment

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

can you leave the -n pandas-dev


# Activate first
set +v
source activate $CONDA_ENV
source activate pandas-dev
Copy link
Member

Choose a reason for hiding this comment

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

this one can be removed, also the set +/- v around it

@charlesdong1991
Copy link
Member Author

@datapythonista sorry, this is very wrong... i think i did something very bad when catching up with the latest change, i think i need to re-create a pr... sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Clean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLN: Fixes to conda environment names
8 participants