remove tab character

This commit is contained in:
Lincoln Stein 2023-12-15 09:35:06 -05:00
parent ec52f15f4b
commit 8c6a8d072d

View File

@ -27,7 +27,7 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install pnpm dependencies
working-directory: invokeai/frontend/web
run: 'pnpm install --prefer-frozen-lockfile'