Cylc Rose 1.3.2 & Metomi Rose 2.2.0 Released
Release to allow a single change:
Rose now ignores PYTHONPATH
to make it more robust to task environments which set this value. If you want to add to the Rose environment itself, e.g. to write a rose-ana test, use ROSE_PYTHONPATH
.
Fuller details available from the changelog.
# First shut down running workflows:
cylc stop '*'
# For Conda managed environments:
conda update 'cylc-rose=1.3.2'
# For Pip managed environments:
pip install 'cylc-rose==1.3.2'