mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-05-25 08:23:44 +00:00
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:
2
.github/workflows/multi-platform-build.yml
vendored
2
.github/workflows/multi-platform-build.yml
vendored
@@ -74,6 +74,8 @@ jobs:
|
|||||||
env_file: unilabos-win64.yaml
|
env_file: unilabos-win64.yaml
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
env:
|
||||||
|
CONDA_NO_PLUGINS: "true"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
2
.github/workflows/unilabos-conda-build.yml
vendored
2
.github/workflows/unilabos-conda-build.yml
vendored
@@ -67,6 +67,8 @@ jobs:
|
|||||||
platform: win-64
|
platform: win-64
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
env:
|
||||||
|
CONDA_NO_PLUGINS: "true"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user