Skip to content

fix nightly build failure on windows when installing pip#539

Merged
imatiach-msft merged 1 commit into
interpretml:mainfrom
imatiach-msft:ilmat/fix-nightly-win-failure
Aug 24, 2022
Merged

fix nightly build failure on windows when installing pip#539
imatiach-msft merged 1 commit into
interpretml:mainfrom
imatiach-msft:ilmat/fix-nightly-win-failure

Conversation

@imatiach-msft

Copy link
Copy Markdown
Collaborator

Nightly build is failing with error output:

Requirement already satisfied: pip in c:\miniconda\envs\interp_community\lib\site-packages (22.1.2)
Collecting pip
  Downloading pip-22.2.2-py3-none-any.whl (2.0 MB)
     ---------------------------------------- 2.0/2.0 MB 18.7 MB/s eta 0:00:00
ERROR: To modify pip, please run the following command:
C:\Miniconda\envs\interp_community\python.exe -m pip install --upgrade pip --user

This PR fixes the error by adding python -m call prior to pip install command.

@codecov-commenter

codecov-commenter commented Aug 24, 2022

Copy link
Copy Markdown

Codecov Report

Merging #539 (8c62a86) into main (a547a7f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #539   +/-   ##
=======================================
  Coverage   87.83%   87.83%           
=======================================
  Files          62       62           
  Lines        4094     4094           
=======================================
  Hits         3596     3596           
  Misses        498      498           
Flag Coverage Δ
unittests 87.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@imatiach-msft
imatiach-msft merged commit 2c9a734 into interpretml:main Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants