We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368fd49 commit e92b130Copy full SHA for e92b130
1 file changed
mhkit/package/+mhkit/spec.json
@@ -19,7 +19,7 @@
19
"maximum_version": "3.12"
20
},
21
"mhkit_python": {
22
- "install": "conda install -c conda-forge mhkit==<mhkit_python_version>",
+ "install": "conda install -c conda-forge mhkit==<mhkit_python_version> -y",
23
"version": "0.9",
24
"verify_version": {
25
"command": "python -c \"import mhkit; print(mhkit.__version__)\"",
@@ -32,7 +32,7 @@
32
33
"conda": {
34
"environment_name": "mhkit-matlab-env",
35
- "create": "conda create -n <conda_env> python=<python_version>",
+ "create": "conda create -n <conda_env> python=<python_version> -y",
36
"install": {
37
"windows": [
38
"curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o .miniconda.exe",
0 commit comments