NOAA-ORR-ERD / LibGOODS

Library for accessing data useful for the NOAA / GNOME model
https://libgoods.readthedocs.io/en/latest/
Other
1 stars 2 forks source link

updating ci python versions #13

Closed kthyng closed 2 years ago

kthyng commented 2 years ago

Now testing 3.8 and 3.9 instead of 3.7 and 3.8.

kthyng commented 2 years ago

This works so let's go 3.8 and 3.9 now going forward. I'll merge this now.

cc @yosoyjay @ChrisBarker-NOAA

yosoyjay commented 2 years ago

What was the error with 3.7?

ChrisBarker-NOAA commented 2 years ago

This'll work for now, but for future proofing, we should add 3.10 to the matrix -- at least if it's not too much hassle.

kthyng commented 2 years ago

@yosoyjay from here: https://github.com/NOAA-ORR-ERD/LibGOODS/runs/5875489611?check_suite_focus=true

image
yosoyjay commented 2 years ago

Interesting that the exit code is null. Does that mean that the test fixture is failing and not the actual build?

ChrisBarker-NOAA commented 2 years ago

and here it is expanded:

  /usr/share/miniconda/condabin/conda env update --name test_env_model_catalogs --file model_catalogs/ci/environment-py3.7.yml
  Collecting package metadata (repodata.json): ...working... done
  Solving environment: ...working... ::endgroup::
Error: The process '/usr/share/miniconda/condabin/conda' failed with exit code null

Not helpful at all :-(