bouldervur.blogg.se

Install miniconda
Install miniconda







install miniconda

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

install miniconda

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

install miniconda

  • the patched environment will be cleaned up unlessĬlean-patched-environment-file: false is given.
  • an environment.yml-like file (which can be patched with python-version).
  • creating an test environment described in a given environment-file:.
  • creating a mostly-empty test environment, containing only the latest.
  • The base condabin/ folder is added to $PATH and shell integration isīy default, this action will then create, and activate, an environment by one
  • any constructor-based installer by or URL or filesystem pathĪ conda-build-version or mamba-version may be provided to install into.
  • installing a specific (or latest) version of.
  • locating the conda installation bundled with the available runners and.
  • This action sets up a base conda environment by one of:









    Install miniconda