Skip to content

Commit

Permalink
Merge branch 'main' into issue-676
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Nov 14, 2023
2 parents 5a79b15 + 823953c commit ed6c3fb
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 ed6c3fb

Please sign in to comment.