CI: don't try to read the old init location

This commit is contained in:
Kevin Turner 2022-12-13 16:13:44 -08:00
parent 343216407d
commit 26eac9d94b

View File

@ -113,10 +113,6 @@ jobs:
--no-interactive --yes \
--full-precision # can't use fp16 weights without a GPU
- name: cat ~/.invokeai
id: cat-invokeai
run: cat ~/.invokeai
- name: Run the tests
id: run-tests
if: matrix.os != 'windows-2022'