mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
ci(server): prisma py fetch suggested after installing from windows
This commit is contained in:
3
.github/workflows/autogpt-server-ci.yml
vendored
3
.github/workflows/autogpt-server-ci.yml
vendored
@@ -107,6 +107,9 @@ jobs:
|
||||
- name: Install Python dependencies
|
||||
run: poetry install
|
||||
|
||||
- name: Install Prisma Dependencies
|
||||
run: poetry run prisma py fetch
|
||||
|
||||
- name: Generate Prisma Client
|
||||
run: poetry run prisma generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user