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

Conda list in CI is wrong #6117

Closed
lbdreyer opened this issue Aug 14, 2024 · 1 comment
Closed

Conda list in CI is wrong #6117

lbdreyer opened this issue Aug 14, 2024 · 1 comment

Comments

@lbdreyer
Copy link
Member

lbdreyer commented Aug 14, 2024

Whilst reviewing the output of some recent ci-tests runs, I noticed the output of conda list is wrong.

For example see, https://github.com/SciTools/iris/actions/runs/10372612267/job/28715745862
In the py310, py311, py312 tests, they all list the python version as 3.11. For example in py312 tests:

image

I believe the tests are still running in the correct environment, and that conda list is listing the wrong environment /home/runner/miniconda3/envs/ci-tests

Note, the same behaviour is also happening in iris-grib

@lbdreyer
Copy link
Member Author

Upon a closer look, I now see there are multiple conda list commands in the logs (what looks like the base environment, /home/runner/miniconda3/envs/ci-tests, and the nox environment that the tests actually run in. I was looking at the wrong environment (the second one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant