Skip to content

Commit 02095aa

Browse files
committed
Conda set conda-remove-defaults: true
1 parent 0263a53 commit 02095aa

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
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: |

.github/workflows/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
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: |
@@ -46,6 +47,7 @@ jobs:
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: |
@@ -81,6 +83,7 @@ jobs:
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: |

.github/workflows/pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)