File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1515 python-version : " 3.12"
1616 environment-file : documentation/environment.yml
1717 auto-activate-base : false
18+ conda-remove-defaults : true
1819 - name : Install Jupyterbook
1920 shell : bash -l {0}
2021 run : |
Original file line number Diff line number Diff line change 3030 python-version : " 3.12"
3131 environment-file : binder/environment.yml
3232 auto-activate-base : false
33+ conda-remove-defaults : true
3334 - name : Pip check
3435 shell : bash -l {0}
3536 run : |
4647 python-version : " 3.12"
4748 environment-file : binder/environment.yml
4849 auto-activate-base : false
50+ conda-remove-defaults : true
4951 - name : Installation and setup
5052 shell : bash -l {0}
5153 run : |
8183 python-version : " 3.12"
8284 environment-file : binder/environment.yml
8385 auto-activate-base : false
86+ conda-remove-defaults : true
8487 - name : Installation and setup
8588 shell : bash -l {0}
8689 run : |
@@ -109,6 +112,7 @@ jobs:
109112 python-version : " 3.12"
110113 environment-file : binder/environment.yml
111114 auto-activate-base : false
115+ conda-remove-defaults : true
112116 - name : Installation and setup
113117 shell : bash -l {0}
114118 run : |
@@ -134,6 +138,7 @@ jobs:
134138 python-version : " 3.12"
135139 environment-file : documentation/environment.yml
136140 auto-activate-base : false
141+ conda-remove-defaults : true
137142 - name : Install Jupyterbook
138143 shell : bash -l {0}
139144 run : |
Original file line number Diff line number Diff line change 2222 python-version : " 3.12"
2323 environment-file : binder/environment.yml
2424 auto-activate-base : false
25+ conda-remove-defaults : true
2526 - name : Build
2627 shell : bash -l {0}
2728 run : |
You can’t perform that action at this time.
0 commit comments