File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1010 workflow_dispatch :
1111
1212env :
13- CANCEL_OTHERS : true
13+ CANCEL_OTHERS : false
1414 PATHS_IGNORE : ' ["**/README.md", "**/doc/**"]'
1515
1616jobs :
5252 uses : conda-incubator/setup-miniconda@v2
5353 with :
5454 activate-environment : " omega_ci"
55- miniforge-variant : Mambaforge
5655 miniforge-version : latest
57- use-mamba : true
58- mamba-version : " *"
5956 channels : conda-forge,defaults
6057 channel-priority : strict
6158 auto-update-conda : true
@@ -64,10 +61,10 @@ jobs:
6461 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
6562 name : Install dependencies
6663 run : |
67- mamba create -n omega_dev --file components/omega/dev-conda.txt \
64+ conda create -n omega_dev --file components/omega/dev-conda.txt \
6865 python=${{ matrix.python-version }}
6966 conda activate omega_dev
70- mamba list
67+ conda list
7168
7269 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
7370 id : file_changes
Original file line number Diff line number Diff line change 3434 uses : conda-incubator/setup-miniconda@v2
3535 with :
3636 activate-environment : " omega_ci"
37- miniforge-variant : Mambaforge
3837 miniforge-version : latest
39- use-mamba : true
40- mamba-version : " *"
4138 channels : conda-forge,defaults
4239 channel-priority : strict
4340 auto-update-conda : true
@@ -46,10 +43,10 @@ jobs:
4643 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
4744 name : Install dependencies
4845 run : |
49- mamba create -n omega_dev --file components/omega/dev-conda.txt \
46+ conda create -n omega_dev --file components/omega/dev-conda.txt \
5047 python=${{ matrix.python-version }}
5148 conda activate omega_dev
52- mamba list
49+ conda list
5350
5451 - name : Build Sphinx Docs
5552 run : |
Original file line number Diff line number Diff line change 11# This file may be used to create an environment for linting Omega with
22# pre-commit using:
3- # $ mamba create -n omega_dev --file <this file>
4- # $ mamba activate omega_dev
3+ # $ conda create -n omega_dev --file <this file>
4+ # $ conda activate omega_dev
55# $ pre-commit install
66
77# linting
You can’t perform that action at this time.
0 commit comments