pyne / pyne

PyNE: The Nuclear Engineering Toolkit
http://pyne.io/
Other
261 stars 176 forks source link

Add apt and conda changes to build_test.yml: Part 2 #1511

Closed bquan0 closed 6 months ago

bquan0 commented 6 months ago

Description

Does what #1510 tried to do, but couldn't because there was a typo in docker_publish.yml in the last job where it was tagging images with stable. Basically, I did the special include for apt twice instead of doing one special include for apt and another for conda, which meant the conda + hdf5 image was never getting tagged with stable. This workflow shows that the conda + hdf5 is now indeed getting tagged with stable, so the build_test.yml workflow should work properly.