Skip to content

Commit

Permalink
WIP: polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 25, 2024
1 parent 3299424 commit c66910d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install .[docs,testing]
run: pip install .[submodules,docs,testing]
- name: Prisma
run: prisma generate
- name: Test
Expand All @@ -138,7 +138,7 @@ jobs:

- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install .[docs,testing]
run: pip install .[submodules,docs,testing]
- name: Prisma
run: prisma generate
- name: Test
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install Dependencies
run: pip install .[docs,testing]
run: pip install .[submodules,docs,testing]
- name: Prisma
run: prisma generate
- uses: pre-commit/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: cd app && wasp db migrate-dev && cd ..
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install .[docs,testing]
run: pip install .[submodules,docs,testing]
- name: Install Pydantic v2
run: pip install --pre "pydantic>=2,<3"
- run: mkdir coverage
Expand Down

0 comments on commit c66910d

Please sign in to comment.