Skip to content

Commit

Permalink
Remove defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Dec 16, 2024
1 parent 82b5832 commit b296bd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
use-mamba: true
condarc-file: ci/condarc
environment-file: AB_environments/${{ matrix.runtime-version }}.conda.yaml
conda-remove-defaults: "true"

- name: Add test dependencies
run: mamba env update --file ci/environment-test.yml
Expand Down Expand Up @@ -180,6 +181,7 @@ jobs:
miniforge-version: latest
use-mamba: true
environment-file: ci/environment-dashboard.yml
conda-remove-defaults: "true"

- name: Generate dashboards
run: python dashboard.py -d benchmark.db -o static -b all
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/geospatial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
condarc-file: ci/condarc
python-version: "3.10"
environment-file: ci/environment.yml
conda-remove-defaults: "true"

- name: Add geospatial dependencies
run: mamba env update --file ci/environment-geospatial.yml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
condarc-file: ci/condarc
python-version: ${{ matrix.python_version }}
environment-file: ci/environment.yml
conda-remove-defaults: "true"

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

- name: Run detect regressions
run: |
Expand Down Expand Up @@ -291,6 +293,7 @@ jobs:
miniforge-version: latest
use-mamba: true
environment-file: ci/environment-dashboard.yml
conda-remove-defaults: "true"

- name: Generate dashboards
run: python dashboard.py -d benchmark.db -o static
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tpch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
condarc-file: ci/condarc
python-version: "3.10"
environment-file: ci/environment.yml
conda-remove-defaults: "true"

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

0 comments on commit b296bd3

Please sign in to comment.