Skip to content

Commit

Permalink
Warn users that if a workflow's validation relys on plugin fileinstall
Browse files Browse the repository at this point in the history
then `cylc validate` will not work before installation.
  • Loading branch information
wxtim committed Apr 10, 2024
1 parent a0aa4d6 commit d4dc0f6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/7-to-8/cheat-sheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,22 @@ Check the workflow configuration for errors:
- ::

# validate from $PWD
rose suite-run --validate
rose suite-run --validate-suite-only
- ::

cylc validate <name/path>

.. note::

If you are using a plugin (such as :ref:`cylc rose`) to install files **and**
your config includes those files:

You will still need to install the workflow and then
validate the installed workflow.

I.e. ``cylc install && cylc validate <workflow id>``.


Installing & Running
--------------------

Expand Down

0 comments on commit d4dc0f6

Please sign in to comment.