-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CI: Add 'conda list' for azure/posix after activate 'pandas-dev' #25377
Conversation
I thought this should show up when you run |
@gfyoung It is present in the windows-equivalent, see the diff (where I add the comment) |
Codecov Report
@@ Coverage Diff @@
## master #25377 +/- ##
==========================================
- Coverage 91.73% 91.73% -0.01%
==========================================
Files 173 173
Lines 52838 52838
==========================================
- Hits 48472 48470 -2
- Misses 4366 4368 +2
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #25377 +/- ##
==========================================
- Coverage 91.73% 91.73% -0.01%
==========================================
Files 173 173
Lines 52838 52838
==========================================
- Hits 48472 48470 -2
- Misses 4366 4368 +2
Continue to review full report at Codecov.
|
@h-vetinari - I have a pending PR #24632 . Can you have a look? The PR unifies env creation script. |
Closing in favour of #24632. |
Running into debugging problems in #24984 because
conda list
is never called after installing thepandas-dev
environment.It seems that this is just missing in azure/posix (I reflected the comment in other locations not least to show where else this is already done).