fix conda plugin crash in windows workflows

Disable conda plugins in build jobs so anaconda-auth from anaconda-client does not break conda info or conda run on Windows.
This commit is contained in:
Xuwznln
2026-05-25 01:33:13 +08:00
parent 16c2a6099d
commit 6fcc87ed06
2 changed files with 4 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ jobs:
env_file: unilabos-win64.yaml
runs-on: ${{ matrix.os }}
env:
CONDA_NO_PLUGINS: "true"
defaults:
run:

View File

@@ -67,6 +67,8 @@ jobs:
platform: win-64
runs-on: ${{ matrix.os }}
env:
CONDA_NO_PLUGINS: "true"
defaults:
run: