

name: Bash shell: bash -el "" and the /D flagĭisabled execution of Command Processor/Autorun Windows registry keys, which Miniconda-version: "latest " activate-environment: foo Name: Ex2 Linux runs-on: "ubuntu-latest " steps: You can change the default test environment to have a different name or pathīy setting the activate-environment input option. Inputs and outputsįor a full list of available inputs and outputs for this action seeĪction.yml. This encourages the practice of not using theīase environment to install packages used for the workflow and leave theīase environment untouched, with only conda (and/or mamba) in it. This action will by default activate an environment called test, notĪctivate the base environment. These are quality control and test workflows, and are not described in depth. Example OverviewĮach of the examples below is discussed in a dedicated section below. Please see the IMPORTANT notes on additional information

Possibility of automatically activating the test environment on all shells. This action correctly handles activation of environments and offers the

