Skip to content

Commit b886678

Browse files
Update miniconda to fix CI (#1630)
1 parent 1d02ce1 commit b886678

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/ab_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
use-mamba: true
7878
condarc-file: ci/condarc
7979
environment-file: AB_environments/${{ matrix.runtime-version }}.conda.yaml
80+
conda-remove-defaults: "true"
8081

8182
- name: Add test dependencies
8283
run: mamba env update --file ci/environment-test.yml
@@ -180,6 +181,7 @@ jobs:
180181
miniforge-version: latest
181182
use-mamba: true
182183
environment-file: ci/environment-dashboard.yml
184+
conda-remove-defaults: "true"
183185

184186
- name: Generate dashboards
185187
run: python dashboard.py -d benchmark.db -o static -b all

.github/workflows/geospatial.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
condarc-file: ci/condarc
3535
python-version: "3.10"
3636
environment-file: ci/environment.yml
37+
conda-remove-defaults: "true"
3738

3839
- name: Add geospatial dependencies
3940
run: mamba env update --file ci/environment-geospatial.yml

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ jobs:
6464
uses: actions/checkout@v4
6565

6666
- name: Set up environment
67-
uses: conda-incubator/setup-miniconda@v3.0.4
67+
uses: conda-incubator/setup-miniconda@v3
6868
with:
6969
miniforge-version: latest
7070
use-mamba: true
7171
condarc-file: ci/condarc
7272
python-version: ${{ matrix.python_version }}
7373
environment-file: ci/environment.yml
74+
conda-remove-defaults: "true"
7475

7576
- name: Add extra packages to environment
7677
if: ${{ matrix.extra-env != '' }}
@@ -225,6 +226,7 @@ jobs:
225226
miniforge-version: latest
226227
use-mamba: true
227228
environment-file: ci/environment-dashboard.yml
229+
conda-remove-defaults: "true"
228230

229231
- name: Run detect regressions
230232
run: |
@@ -291,6 +293,7 @@ jobs:
291293
miniforge-version: latest
292294
use-mamba: true
293295
environment-file: ci/environment-dashboard.yml
296+
conda-remove-defaults: "true"
294297

295298
- name: Generate dashboards
296299
run: python dashboard.py -d benchmark.db -o static

.github/workflows/tpch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
condarc-file: ci/condarc
5757
python-version: "3.10"
5858
environment-file: ci/environment.yml
59+
conda-remove-defaults: "true"
5960

6061
- name: Add TPC-H non-dask dependencies
6162
run: mamba env update --file ci/environment-tpch-nondask.yml

0 commit comments

Comments
 (0)