mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
export conda env instead of only print versions
This commit is contained in:
parent
87395fe6fe
commit
f7893b3ea9
5
.github/workflows/test-invoke-conda.yml
vendored
5
.github/workflows/test-invoke-conda.yml
vendored
@ -97,10 +97,7 @@ jobs:
|
|||||||
environment-file: ${{ matrix.environment-file }}
|
environment-file: ${{ matrix.environment-file }}
|
||||||
|
|
||||||
- name: list conda packages
|
- name: list conda packages
|
||||||
run: |
|
run: conda env export --name ${{ env.CONDA_ENV_NAME }}
|
||||||
conda list \
|
|
||||||
-n invokeai | \
|
|
||||||
awk ' {print " - " $1 "==" $2;} '
|
|
||||||
|
|
||||||
- name: Use Cached Huggingface and Torch models
|
- name: Use Cached Huggingface and Torch models
|
||||||
id: cache-hugginface-torch
|
id: cache-hugginface-torch
|
||||||
|
Loading…
Reference in New Issue
Block a user