...
- Activate your Skylab virtual environment, if you haven't already.
Code Block language shell source $JEDI_ROOT/venv/bin/activate
- Force install cylc-flow. Note, cylc is installed in spack-stack but it has some compatibility issues so it is easiest at the point to re-install in your venv.
Code Block language shell pip install cylc-flow --force-reinstall
- Check cylc location and test with skylab/experiments/workflow-test.yaml:
Code Block language shell which cylccreatecylc create_experiment.py skylab/experiments/workflow-test.yaml
...