aboutsummaryrefslogtreecommitdiff
path: root/omc.ini
blob: a7adfec18e76c2bfc75d62b3b90d40f2a604356e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; (bool) Keep going even if a test fails
continue_on_error = false

; (bool) Update all packages in the base to the latest release
always_update_base_environment = false

; (list) Conda packages to be installed/overridden in the base environment
conda_packages =
    conda>=23.7.0
    conda-build>=3.22.0
    boa
    conda-verify
    conda-libmamba-solver

; (list) Python packages to be installed/overridden in the base environment
;pip_packages =