Bug Description
Looking at https://github.com/ReactionMechanismGenerator/RMG-Py/actions/workflows/CI.yml?query=branch%3Amain
it seems the build-and-push-docker step keeps failing?
buildx failed with: ERROR: failed to solve: process "conda run --no-capture-output -n rmg_env /bin/bash -c source install_rms.sh" did not complete successfully: exit code: 1
It looks like the install_rms.sh script is doing its job of telling the user to install julia.
Presumably it should be installed already.
Bug Description
Looking at https://github.com/ReactionMechanismGenerator/RMG-Py/actions/workflows/CI.yml?query=branch%3Amain
it seems the build-and-push-docker step keeps failing?
buildx failed with: ERROR: failed to solve: process "conda run --no-capture-output -n rmg_env /bin/bash -c source install_rms.sh" did not complete successfully: exit code: 1
It looks like the install_rms.sh script is doing its job of telling the user to install julia.
Presumably it should be installed already.