Skip to content

Commit

Permalink
fix file name to execution-environment.yml (#2240)
Browse files Browse the repository at this point in the history
* fix file name to execution-environment.yml

* fix syntax
  • Loading branch information
akira6592 authored Dec 10, 2024
1 parent 2cf2053 commit 22a4625
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ A collection can store some additional metadata in a ``runtime.yml`` file in the
- my_module
- another.collection.another_module
execution_environments.yml
^^^^^^^^^^^^^^^^^^^^^^^^^^
execution-environment.yml
^^^^^^^^^^^^^^^^^^^^^^^^^

If your collection has requirements, you can specify them in the ``execution-environment.yml`` file in the ``meta`` directory.
This ensures users do not need to add these requirements manually when building :ref:`Execution Environments<getting_started_ee_index>` containing your collection.
Expand Down

0 comments on commit 22a4625

Please sign in to comment.