Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,11 @@ jobs:
miniforge-version: latest
activate-environment: build
channels: conda-forge
conda-remove-defaults: true
python-version: ${{ matrix.python }}

- name: Install conda build
run: |
conda install -y conda-build
conda install -n base -y conda-build
conda list -n base

- name: Cache conda packages
Expand Down Expand Up @@ -278,7 +277,6 @@ jobs:
with:
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: true
activate-environment: ${{ env.TEST_ENV_NAME }}
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -486,7 +484,6 @@ jobs:
with:
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: true
activate-environment: upload

- name: Install anaconda-client
Expand Down Expand Up @@ -830,7 +827,6 @@ jobs:
run-post: false
channel-priority: "disabled"
channels: conda-forge
conda-remove-defaults: true
python-version: '3.11'

- name: Install anaconda-client
Expand Down
Loading