Skip to content

Commit

Permalink
ChefBuildError fix (#678)
Browse files Browse the repository at this point in the history
`ChefBuilError` fix
  • Loading branch information
hrshdhgd authored Nov 14, 2023
1 parent 63b5585 commit 823953c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
#----------------------------------------------
- name: Install dependencies
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: |
poetry add setuptools@latest
poetry install --no-interaction --no-root
#----------------------------------------------
# install your root project, if required
Expand Down

0 comments on commit 823953c

Please sign in to comment.