Skip to content

Commit

Permalink
try to fix the monorepo plugin support (#235)
Browse files Browse the repository at this point in the history
this is causing processors component to fail ci in `main` because the
package metadata contains local dependencies. the monorepo plugin should
fix these dependencies at build time.
  • Loading branch information
ms-lolo authored Jul 8, 2024
1 parent 4139048 commit b9e0c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ runs:
shell: bash
run: |
pipx install poetry
poetry self add poetry-monorepo-dependency-plugin
- id: "install-devtools"
if: ${{ inputs.install-devtools }}
name: "install-devtools"
Expand Down

0 comments on commit b9e0c8b

Please sign in to comment.