conda env update reuses the existing environment, so when you make a big change to the yaml, things can fail on machines that ran conda-update previously.
something like
no-environment:
conda deactivate
conda env remove --name fsdl-text-recognizer-2022
fresh-environment: no-environment conda-update
conda env updatereuses the existing environment, so when you make a big change to the yaml, things can fail on machines that ranconda-updatepreviously.something like