Skip to content

Commit e92b130

Browse files
committed
Install; Add automatic confirmation to conda commands
1 parent 368fd49 commit e92b130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mhkit/package/+mhkit/spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"maximum_version": "3.12"
2020
},
2121
"mhkit_python": {
22-
"install": "conda install -c conda-forge mhkit==<mhkit_python_version>",
22+
"install": "conda install -c conda-forge mhkit==<mhkit_python_version> -y",
2323
"version": "0.9",
2424
"verify_version": {
2525
"command": "python -c \"import mhkit; print(mhkit.__version__)\"",
@@ -32,7 +32,7 @@
3232
},
3333
"conda": {
3434
"environment_name": "mhkit-matlab-env",
35-
"create": "conda create -n <conda_env> python=<python_version>",
35+
"create": "conda create -n <conda_env> python=<python_version> -y",
3636
"install": {
3737
"windows": [
3838
"curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o .miniconda.exe",

0 commit comments

Comments
 (0)