Skip to content

Commit

Permalink
Merge pull request #1886 from IntelPython/fix-workflow-step-test-windows
Browse files Browse the repository at this point in the history
Delete remove defaults channel step from test_windows job
  • Loading branch information
oleksandr-pavlyk authored Nov 7, 2024
2 parents 7ffcca4 + 24dfea8 commit 7782544
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
miniforge-variant: Miniforge3
miniforge-version: latest
activate-environment: build
channels: conda-forge
channels: conda-forge,nodefaults
python-version: ${{ matrix.python }}

- name: Install conda build
Expand Down Expand Up @@ -267,9 +267,6 @@ jobs:
activate-environment: ${{ env.TEST_ENV_NAME }}
python-version: ${{ matrix.python }}

- name: Remove defaults channel
run: conda config --remove channels defaults

- name: Install conda-index
run: |
conda install -n base conda-index
Expand Down Expand Up @@ -803,7 +800,7 @@ jobs:
with:
run-post: false
channel-priority: "disabled"
channels: conda-forge
channels: conda-forge,nodefaults
python-version: '3.11'

- name: Install anaconda-client
Expand Down

0 comments on commit 7782544

Please sign in to comment.