Commit b886678 1 parent 1d02ce1 commit b886678 Copy full SHA for b886678
File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 77
77
use-mamba : true
78
78
condarc-file : ci/condarc
79
79
environment-file : AB_environments/${{ matrix.runtime-version }}.conda.yaml
80
+ conda-remove-defaults : " true"
80
81
81
82
- name : Add test dependencies
82
83
run : mamba env update --file ci/environment-test.yml
@@ -180,6 +181,7 @@ jobs:
180
181
miniforge-version : latest
181
182
use-mamba : true
182
183
environment-file : ci/environment-dashboard.yml
184
+ conda-remove-defaults : " true"
183
185
184
186
- name : Generate dashboards
185
187
run : python dashboard.py -d benchmark.db -o static -b all
Original file line number Diff line number Diff line change 34
34
condarc-file : ci/condarc
35
35
python-version : " 3.10"
36
36
environment-file : ci/environment.yml
37
+ conda-remove-defaults : " true"
37
38
38
39
- name : Add geospatial dependencies
39
40
run : mamba env update --file ci/environment-geospatial.yml
Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ jobs:
64
64
uses : actions/checkout@v4
65
65
66
66
- name : Set up environment
67
- uses : conda-incubator/setup-miniconda@v3.0.4
67
+ uses : conda-incubator/setup-miniconda@v3
68
68
with :
69
69
miniforge-version : latest
70
70
use-mamba : true
71
71
condarc-file : ci/condarc
72
72
python-version : ${{ matrix.python_version }}
73
73
environment-file : ci/environment.yml
74
+ conda-remove-defaults : " true"
74
75
75
76
- name : Add extra packages to environment
76
77
if : ${{ matrix.extra-env != '' }}
@@ -225,6 +226,7 @@ jobs:
225
226
miniforge-version : latest
226
227
use-mamba : true
227
228
environment-file : ci/environment-dashboard.yml
229
+ conda-remove-defaults : " true"
228
230
229
231
- name : Run detect regressions
230
232
run : |
@@ -291,6 +293,7 @@ jobs:
291
293
miniforge-version : latest
292
294
use-mamba : true
293
295
environment-file : ci/environment-dashboard.yml
296
+ conda-remove-defaults : " true"
294
297
295
298
- name : Generate dashboards
296
299
run : python dashboard.py -d benchmark.db -o static
Original file line number Diff line number Diff line change 56
56
condarc-file : ci/condarc
57
57
python-version : " 3.10"
58
58
environment-file : ci/environment.yml
59
+ conda-remove-defaults : " true"
59
60
60
61
- name : Add TPC-H non-dask dependencies
61
62
run : mamba env update --file ci/environment-tpch-nondask.yml
You can’t perform that action at this time.
0 commit comments