ci(server): prisma py fetch suggested after installing from windows

This commit is contained in:
Nicholas Tindle
2024-07-15 22:22:47 -05:00
parent 66384c1795
commit 75a5ee8207

View File

@@ -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